Sha256: ed7811a871c6b851e74a4e3e9dd877265bf03cd0cecf8990bbb23e60be0b5458

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

module AdditionalTags
  module Patches
    module GanttsControllerPatch
      extend ActiveSupport::Concern

      included do
        helper :additional_tags
        helper :additional_tags_issues

        include AdditionalTagsHelper
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
additional_tags-1.0.1 lib/additional_tags/patches/gantts_controller_patch.rb
additional_tags-1.0.0 lib/additional_tags/patches/gantts_controller_patch.rb