Sha256: ca70250ae7cdb6def15a61ad92989f894de7fe23f379e4c3679a40748f2d8019
Contents?: true
Size: 319 Bytes
Versions: 3
Compression:
Stored size: 319 Bytes
Contents
module Locomotive module Steam 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
3 entries across 3 versions & 1 rubygems