Sha256: 535475b25deae22d7b224347cc5d193a2821f578d56b21cded4e1ca9817334a0
Contents?: true
Size: 413 Bytes
Versions: 42
Compression:
Stored size: 413 Bytes
Contents
module Locomotive module Steam module Liquid module Tags module Editable class Model < Base def render(context) default_render(context) end def render_default_content nil end end ::Liquid::Template.register_tag('editable_model'.freeze, Model) end end end end end
Version data entries
42 entries across 42 versions & 1 rubygems