Sha256: 473dc9c5d1232faeed22c32eca8a4e1c0975bba4f7664edfb08b06ff08eab7b2

Contents?: true

Size: 302 Bytes

Versions: 5

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

module Archangel
  module Liquid
    ##
    # Archangel custom Liquid tags
    #
    module Tags
      ##
      # Base helper class for Liquid
      #
      class ApplicationTag < ::Liquid::Tag
        include ::ActionView::Helpers::TagHelper
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
archangel-0.0.6 lib/archangel/liquid/tags/application_tag.rb
archangel-0.0.5 lib/archangel/liquid/tags/application_tag.rb
archangel-0.0.4 lib/archangel/liquid/tags/application_tag.rb
archangel-0.0.3 lib/archangel/liquid/tags/application_tag.rb
archangel-0.0.2 lib/archangel/liquid/tags/application_tag.rb