Sha256: 69c230c883b76bbf2e42709ba892b329b67192ddb4f11500d4b67b78bacd352c

Contents?: true

Size: 339 Bytes

Versions: 6

Compression:

Stored size: 339 Bytes

Contents

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

            def render(context)
              default_render(context)
            end

          end

          ::Liquid::Template.register_tag('editable_model'.freeze, Model)
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotivecms_steam-1.0.0.rc6 lib/locomotive/steam/liquid/tags/editable/model.rb
locomotivecms_steam-1.0.0.rc4 lib/locomotive/steam/liquid/tags/editable/model.rb
locomotivecms_steam-1.0.0.rc3 lib/locomotive/steam/liquid/tags/editable/model.rb
locomotivecms_steam-1.0.0.rc2 lib/locomotive/steam/liquid/tags/editable/model.rb
locomotivecms_steam-1.0.0.rc1 lib/locomotive/steam/liquid/tags/editable/model.rb
locomotivecms_steam-1.0.0.pre.beta.3 lib/locomotive/steam/liquid/tags/editable/model.rb