Class: ComfortableMexicanSofa::Content::Block

Inherits:
Tag
  • Object
show all
Defined in:
lib/comfortable_mexican_sofa/content/block.rb

Overview

wtf does this mean it means that all nodes between this must be moved into here {cms:block} some content {cms:end_block}

Instance Attribute Summary collapse

Attributes inherited from Tag

#context, #params, #source

Method Summary

Methods inherited from Tag

#allow_erb?, #content, #initialize, #render

Constructor Details

This class inherits a constructor from ComfortableMexicanSofa::Content::Tag

Instance Attribute Details

#nodesObject



10
11
12
# File 'lib/comfortable_mexican_sofa/content/block.rb', line 10

def nodes
  @nodes ||= []
end