Sha256: 7c6ca2ad7bb993bd58486f1f9db13276b65a0951363003e539ea13c4f708243a

Contents?: true

Size: 329 Bytes

Versions: 14

Compression:

Stored size: 329 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

  def full_path_partial
  end

  def smart_phone_only
  end

  def with_tblt
  end

  def with_ipd
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jpmobile-6.1.2 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-6.1.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-6.1.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-6.0.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.2.5 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-6.0.0.beta test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.2.4 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.0.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.1.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.2.3 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.2.2 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.2.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.2.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.1.0 test/rails/overrides/app/controllers/template_path_controller.rb