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-2.0.0.pre.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.7 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.6 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.5 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.4 test/rails/rails_root/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.4 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.3 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.3 test/rails/rails_root/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.2 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.2 test/rails/rails_root/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre.1 test/rails/rails_root/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre test/rails/rails_root/app/controllers/template_path_controller.rb
jpmobile-1.0.0.pre test/rails/overrides/app/controllers/template_path_controller.rb