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
33 34 35 36 |
# File 'lib/aclize.rb', line 33 def initialize @_aclize_acl = {controllers: {}, paths: {} }.nested_under_indifferent_access super end |