Module: Aclize::Initializer
- Defined in:
- lib/aclize.rb
Overview
The Initializer module will be used to initialize instance variables and to setup defaults.
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
34 35 36 37 38 |
# File 'lib/aclize.rb', line 34 def initialize @_aclize_acl ||= Aclize::Acl.new @_aclize_current_role = nil super end |