Sha256: 01440a1256f06d7ba54f577dd832720850c896ba0b5d2ecfa03e6e229c5a0d31
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jpmobile-3.0.3 | test/rails/overrides/app/controllers/template_path_controller.rb |