Add feature flags on budget controllers

Although we had this feature flag in most places, we forgot to add it in
some of the controllers.
This commit is contained in:
Javi Martín
2021-03-31 14:35:05 +02:00
parent 9981202c45
commit b5bc3117ac
6 changed files with 34 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
class Management::Budgets::InvestmentsController < Management::BaseController
include Translatable
include FeatureFlags
feature_flag :budgets
before_action :load_budget
load_resource :budget