Sha256: 71c19fb025bab6df4be9ba1766e310522f9fe67751be57a24a64416d53cd5dcd
Contents?: true
Size: 321 Bytes
Versions: 16
Compression:
Stored size: 321 Bytes
Contents
class ApplicationController < ActionController::Base helper :all protect_from_forgery layout 'default' protected # called by Admin::Muck::BaseController to check whether or not the # user should have access to the admin UI def admin_access_required access_denied unless admin? end end
Version data entries
16 entries across 16 versions & 1 rubygems