Sha256: 42a1b61b6a72713bd8a6b6c851add99e29d24d22e8fb0d4b0c88cc2f1d3da172

Contents?: true

Size: 403 Bytes

Versions: 3

Compression:

Stored size: 403 Bytes

Contents

require 'reactor/cm/group'

module Reactor

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

      # Overwritten method from +Group+.
      def base_name
        'groupProxy'
      end

    end
    
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
infopark_reactor_migrations-1.6.1 lib/reactor/cm/editorial_group.rb
infopark_reactor_migrations-1.5.2 lib/reactor/cm/editorial_group.rb
infopark_reactor_migrations-1.5.1 lib/reactor/cm/editorial_group.rb