Sha256: 03c4a36acb47aa8f597c29466a97d0a5414b375501026603a5f45a5b1ff96a61
Contents?: true
Size: 321 Bytes
Versions: 8
Compression:
Stored size: 321 Bytes
Contents
module Locomotive module Builder module Liquid module Tags module Editable class Control < Base def render(context) super end end ::Liquid::Template.register_tag('editable_control', Control) end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems