Sha256: 1640111cf274c83e0dc1c58cc027c6f0c9f006dbfc43a8a0fb6af94fb9565633
Contents?: true
Size: 300 Bytes
Versions: 12
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true module AdditionalTags module Patches module AgileBoardsControllerPatch 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