Prep backend for /billings gold trial callouts

Ports GoldTrialUserCallouts to CE.
This commit is contained in:
Luke Bennett 2019-02-19 21:26:07 +00:00
parent bc4ee49ecb
commit af7eb13cfc
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ module UserCalloutsHelper
render 'shared/flash_user_callout', flash_type: flash_type, message: message, feature_name: feature_name
end
def render_dashboard_gold_trial(user)
end
private
def user_dismissed?(feature_name)