Module: ComfortableMexicanSofa::CmsManageable

Defined in:
lib/comfortable_mexican_sofa/extensions/cms_manageable.rb

Overview

ActsAsCms is the module that drives all the logic around blocks and blocks_attributes.

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/comfortable_mexican_sofa/extensions/cms_manageable.rb', line 5

def self.included(base)
  base.send :extend, ClassMethods
end