class Reactor::Cm::EditorialGroup

The EditorialGroup class respects the user management configured in the content manager and handles all editorial groups. See @Group for further details.

Protected Class Methods

base_name() click to toggle source
# File lib/reactor/cm/editorial_group.rb, line 20
def self.base_name
  'groupProxy'
end

Protected Instance Methods

base_name() click to toggle source

Overwritten method from Group.

# File lib/reactor/cm/editorial_group.rb, line 16
def base_name
  self.class.base_name
end