Module: ActiveAcl::Acts::AccessGroup::InstanceMethods
- Defined in:
- lib/active_acl/acts_as_access_group.rb
Instance Method Summary collapse
-
#active_acl_description ⇒ Object
override this to customize the description in the interface.
Instance Method Details
#active_acl_description ⇒ Object
override this to customize the description in the interface
53 54 55 |
# File 'lib/active_acl/acts_as_access_group.rb', line 53 def active_acl_description to_s end |