Method: AccessAllow::Configuration#initialize
- Defined in:
- lib/access_allow.rb
#initialize ⇒ Configuration
Returns a new instance of Configuration.
29 30 31 32 33 34 |
# File 'lib/access_allow.rb', line 29 def initialize = {} @current_user_method = :current_user = :permissions @role_method_name = :role end |