adds feature flag for admin/budgets management

This commit is contained in:
Juanjo Bazán
2016-09-07 15:13:39 +02:00
parent f8a5f02cc9
commit 2d56415048
5 changed files with 18 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
class BudgetsController < ApplicationController
include FeatureFlags
feature_flag :budgets
load_and_authorize_resource
respond_to :html, :js