Sha256: b5b1a9fed4b1694be2fc5fb6b67b9aa0cd40cd656695f1f4f2d92ef03213e071
Contents?: true
Size: 297 Bytes
Versions: 12
Compression:
Stored size: 297 Bytes
Contents
class ApplicationController < ActionController::Base include SslRequirement helper :all protect_from_forgery protected # called by Admin::Muck::BaseController to check whether or not the # user should have access to the admin UI def admin_access? admin? end end
Version data entries
12 entries across 12 versions & 1 rubygems