Class: ActiveAcl::ControllerGroup
- Defined in:
- lib/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.
14 15 16 |
# File 'lib/active_acl/controller_group.rb', line 14 def self.active_acl_description return 'ControllerGroup' end |
Instance Method Details
#active_acl_description ⇒ Object
Returns the instance representation in the admin screens.
9 10 11 |
# File 'lib/active_acl/controller_group.rb', line 9 def active_acl_description return description end |