Sha256: 9eb3068990af8008456eea32229447f61f3a8f21eba7cf8d076c864d416ed703

Contents?: true

Size: 265 Bytes

Versions: 2

Compression:

Stored size: 265 Bytes

Contents

module AdditionalTags
  module Patches
    module TimelogControllerPatch
      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/timelog_controller_patch.rb
additional_tags-1.0.0 lib/additional_tags/patches/timelog_controller_patch.rb