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