Class: Locomotive::Steam::Liquid::Tags::Editable::Model

Inherits:
Base
  • Object
show all
Defined in:
lib/locomotive/steam/liquid/tags/editable/model.rb

Constant Summary

Constants inherited from Base

Base::Syntax

Instance Attribute Summary

Attributes inherited from Base

#label, #page_fullpath, #slug

Attributes included from Concerns::Attributes

#attributes, #raw_attributes

Instance Method Summary collapse

Methods inherited from Base

#blank?, #default_render, #initialize, #parse

Constructor Details

This class inherits a constructor from Locomotive::Steam::Liquid::Tags::Editable::Base

Instance Method Details

#render(context) ⇒ Object



8
9
10
# File 'lib/locomotive/steam/liquid/tags/editable/model.rb', line 8

def render(context)
  default_render(context)
end

#render_default_contentObject



12
13
14
# File 'lib/locomotive/steam/liquid/tags/editable/model.rb', line 12

def render_default_content
  nil
end