gitlab-org--gitlab-foss/app/helpers/subscribable_banner_helper.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
200 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module SubscribableBannerHelper
# Overridden in EE
def display_subscription_banner!
end
end
SubscribableBannerHelper.prepend_mod_with('SubscribableBannerHelper')