Sha256: bb0c7b6af11ed18f84b99757030cfbae85945de3ff79090358ae622f00a09cc9
Contents?: true
Size: 227 Bytes
Versions: 35
Compression:
Stored size: 227 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 end
Version data entries
35 entries across 30 versions & 1 rubygems