Class: ActiveAcl::ControllerGroup

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/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.



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_descriptionObject

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