Sha256: 7c6ca2ad7bb993bd58486f1f9db13276b65a0951363003e539ea13c4f708243a
Contents?: true
Size: 329 Bytes
Versions: 14
Compression:
Stored size: 329 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
14 entries across 14 versions & 1 rubygems