Sha256: c261d64e82f092c5736093226dee3fd7b6464474a0037cf79ecc148c69097ac0
Contents?: true
Size: 430 Bytes
Versions: 37
Compression:
Stored size: 430 Bytes
Contents
# -*- encoding : utf-8 -*- 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
37 entries across 37 versions & 2 rubygems