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