Sha256: f1189565ec851c982f1112ddffe3c7cc2de7afc2a5b54d60bcc5a73337fbb990
Contents?: true
Size: 295 Bytes
Versions: 12
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true 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
12 entries across 12 versions & 1 rubygems