Sha256: 38fec966744bfc538409d0a673aa3f4ff051d23a4f5d2434e420f1f2e8552534

Contents?: true

Size: 350 Bytes

Versions: 8

Compression:

Stored size: 350 Bytes

Contents

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

    if params[:pc]
      disable_mobile_view!
    end
  end

  def show
  end

  def partial
  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

8 entries across 8 versions & 1 rubygems

Version Path
jpmobile-8.0.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-7.2.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-7.1.0 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-7.0.4 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-7.0.3 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-7.0.2 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-7.0.1 test/rails/overrides/app/controllers/template_path_controller.rb
jpmobile-7.0.0 test/rails/overrides/app/controllers/template_path_controller.rb