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-2.0.11 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.12 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.11 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.10 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-3.0.6 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.10 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.9 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-3.0.5 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-1.0.9 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-2.0.8 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-3.0.4 test/rails/overrides/app/controllers/template_path_controller.rb