Sha256: 5c6a0ec1341c5a3cd5e31eb2faf30906d98112e84b8fbee5003a16f9d1b0bd56

Contents?: true

Size: 241 Bytes

Versions: 3

Compression:

Stored size: 241 Bytes

Contents

module Locomotive
  module Steam
    module Liquid
      module Tags
        module Editable
          class Text < Base

          end

          ::Liquid::Template.register_tag('editable_text', Text)
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
locomotivecms_steam-0.1.2.pre.beta lib/locomotive/steam/liquid/tags/editable/text.rb
locomotivecms_steam-0.1.1 lib/locomotive/steam/liquid/tags/editable/text.rb
locomotivecms_steam-0.1.0 lib/locomotive/steam/liquid/tags/editable/text.rb