class TemplatePathController

Public Instance Methods

full_path_partial() click to toggle source
# File test/rails/overrides/app/controllers/template_path_controller.rb, line 17
def full_path_partial
end
index() click to toggle source
# File test/rails/overrides/app/controllers/template_path_controller.rb, line 2
def index
  @q = params[:q]

  if params[:pc]
    disable_mobile_view!
  end
end
optioned_index() click to toggle source
# File test/rails/overrides/app/controllers/template_path_controller.rb, line 13
def optioned_index
  render :action => "index"
end
show() click to toggle source
# File test/rails/overrides/app/controllers/template_path_controller.rb, line 10
def show
end
smart_phone_only() click to toggle source
# File test/rails/overrides/app/controllers/template_path_controller.rb, line 20
def smart_phone_only
end
with_ipd() click to toggle source
# File test/rails/overrides/app/controllers/template_path_controller.rb, line 26
def with_ipd
end
with_tblt() click to toggle source
# File test/rails/overrides/app/controllers/template_path_controller.rb, line 23
def with_tblt
end