Class: ActiveAcl::ControllerGroup
- Defined in:
- app/models/active_acl/controller_group.rb
Overview
This model is used for grouping ActiveAcl::ControllerAction models.
Class Method Summary collapse
-
.active_acl_description ⇒ Object
Returns the class representation in the admin screens.
Instance Method Summary collapse
-
#active_acl_description ⇒ Object
Returns the instance representation in the admin screens.
Class Method Details
.active_acl_description ⇒ Object
Returns the class representation in the admin screens.
16 17 18 |
# File 'app/models/active_acl/controller_group.rb', line 16 def self.active_acl_description return 'ControllerGroup' end |
Instance Method Details
#active_acl_description ⇒ Object
Returns the instance representation in the admin screens.
11 12 13 |
# File 'app/models/active_acl/controller_group.rb', line 11 def active_acl_description return description end |