Class: ActiveAcl::ControllerGroup

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/active_acl/controller_group.rb

Overview

This model is used for grouping ActiveAcl::ControllerAction models.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.active_acl_descriptionObject

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_descriptionObject

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