Sha256: 9ea79a059e7d127451840dd3df272eeb5de5a9adf6af7f2ebadd0a6b89816334

Contents?: true

Size: 393 Bytes

Versions: 3

Compression:

Stored size: 393 Bytes

Contents

require 'reactor/cm/group'

module Reactor

  module Cm

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

      # Overwritten method from +Group+.
      def base_name
        'secondaryGroupProxy'
      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/live_group.rb
infopark_reactor_migrations-1.5.2 lib/reactor/cm/live_group.rb
infopark_reactor_migrations-1.5.1 lib/reactor/cm/live_group.rb