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