Sha256: bebbae0a8daca03552896c8f1752eca598d8aa74e9a7fe9294c8c59678ea33f1

Contents?: true

Size: 333 Bytes

Versions: 31

Compression:

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

31 entries across 31 versions & 1 rubygems

Version Path
jpmobile-4.2.5 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.2.4 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.0.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.0.0.beta3 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.1.5 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.0.0.beta2 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.2.3 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.2.2 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.2.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-5.0.0.beta1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.2.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-3.0.9 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.1.4 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.0.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.1.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.1.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-3.0.8 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.1.0.rc1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-4.0.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-3.0.7 test/rails/overrides/app/controllers/template_path_controller.rb