Class: Smithy::ContentBlockTemplate

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/smithy/content_block_template.rb

Instance Method Summary collapse

Instance Method Details

#liquid_templateObject



14
15
16
# File 'app/models/smithy/content_block_template.rb', line 14

def liquid_template
  @liquid_template ||= ::Liquid::Template.parse(Smithy::AssetLink.fix(self.content))
end