The Initializer module will be used to initialize instance variables and to setup defaults.
34 35 36 37 38
# File 'lib/aclize.rb', line 34 def initialize @_aclize_acl ||= Aclize::Acl.new @_aclize_current_role = nil super end