Sha256: 525417019ce7d23796de555114fb18efa08e480f32f46e5eb61ba963c33d6c65
Contents?: true
Size: 271 Bytes
Versions: 28
Compression:
Stored size: 271 Bytes
Contents
module Cms::Authoring # Represents the common permissions that are common for CMS operations. PERMISSIONS = [:edit_content, :administrate, :publish_content] # A full fledged editor can do these things. EDITOR_PERMISSIONS = [:edit_content, :publish_content] end
Version data entries
28 entries across 28 versions & 2 rubygems