Class: Acl9::Dsl::Generators::HelperMethod
- Inherits:
-
BooleanMethod
- Object
- Base
- BaseGenerator
- FilterMethod
- BooleanMethod
- Acl9::Dsl::Generators::HelperMethod
- Defined in:
- lib/acl9/controller_extensions/generators.rb
Constant Summary
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary (collapse)
-
- (HelperMethod) initialize(subject_method, method)
constructor
A new instance of HelperMethod.
Methods inherited from BooleanMethod
Methods inherited from FilterMethod
Methods inherited from Base
#acl_block!, #allowance_expression, #default_action
Constructor Details
- (HelperMethod) initialize(subject_method, method)
A new instance of HelperMethod
189 190 191 192 193 |
# File 'lib/acl9/controller_extensions/generators.rb', line 189 def initialize(subject_method, method) super @controller = 'controller' end |