adds feature flag for admin/budgets management
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
class BudgetsController < ApplicationController
|
||||
include FeatureFlags
|
||||
feature_flag :budgets
|
||||
|
||||
|
||||
load_and_authorize_resource
|
||||
respond_to :html, :js
|
||||
|
||||
Reference in New Issue
Block a user