Class: ComfortableMexicanSofa::Content::Block
- 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
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
permalink #nodes ⇒ Object
10 11 12 |
# File 'lib/comfortable_mexican_sofa/content/block.rb', line 10 def nodes @nodes ||= [] end |