Sha256: 35765b6886e7d3227e6d4e5bad7de21d85a5cd7ba276a4af3c2f53d339ef078d

Contents?: true

Size: 243 Bytes

Versions: 8

Compression:

Stored size: 243 Bytes

Contents

module Locomotive
  module Builder
    module Liquid
      module Tags
        module Editable
          class File < Base

          end

          ::Liquid::Template.register_tag('editable_file', File)
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotivecms_builder-1.0.0.alpha8 lib/locomotive/builder/liquid/tags/editable/file.rb
locomotivecms_builder-1.0.0.alpha7 lib/locomotive/builder/liquid/tags/editable/file.rb
locomotivecms_builder-1.0.0.alpha6 lib/locomotive/builder/liquid/tags/editable/file.rb
locomotivecms_builder-1.0.0.alpha5 lib/locomotive/builder/liquid/tags/editable/file.rb
locomotivecms_builder-1.0.0.alpha4 lib/locomotive/builder/liquid/tags/editable/file.rb
locomotivecms_builder-1.0.0.alpha3 lib/locomotive/builder/liquid/tags/editable/file.rb
locomotivecms_builder-1.0.0.alpha2 lib/locomotive/builder/liquid/tags/editable/file.rb
locomotivecms_builder-1.0.0.alpha1 lib/locomotive/builder/liquid/tags/editable/file.rb