module Aclize::Initializer
The Initializer
module will be used to initialize instance variables and to setup defaults.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/aclize.rb, line 34 def initialize @_aclize_acl ||= Aclize::Acl.new @_aclize_current_role = nil super end