Skip to content

Commit c55a916

Browse files
authored
Add feature flag (#610)
1 parent e233714 commit c55a916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/features.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
in_state :live do
66
feature :new_workshop_log, description: "If users should be shown the new unified Workshop Log"
77
feature :no_monthly_reports, description: "If the users are not shown the monthly reports"
8+
feature :stripe_payments, description: "If users can submit stripe payments for paid events and dues"
89
feature :workshop_log_summary, description: "If the workshop log summary should be shown as a separate page"
910
end
1011
end

0 commit comments

Comments
 (0)