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