Sha256: bb0c7b6af11ed18f84b99757030cfbae85945de3ff79090358ae622f00a09cc9

Contents?: true

Size: 227 Bytes

Versions: 35

Compression:

Stored size: 227 Bytes

Contents

class TemplatePathController < ApplicationController
  def index
    @q = params[:q]

    if params[:pc]
      disable_mobile_view!
    end
  end

  def show
  end

  def optioned_index
    render :action => "index"
  end
end

Version data entries

35 entries across 30 versions & 1 rubygems

Version Path
jpmobile-3.0.2 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-3.0.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.7 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.6 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-3.0.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.5 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.8 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.4 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.3 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.7 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.6 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.2 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.5 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.4 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.3 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.2 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.0.pre.2 test/rails/overrides/app/controllers/template_path_controller.rb