Renames "open" to "current" to avoid issues with existing method called "open"

This commit is contained in:
kikito
2016-12-13 12:39:53 +01:00
parent f4130047b2
commit 2f446cf056
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ class Admin::BudgetsController < Admin::BaseController
include FeatureFlags
feature_flag :budgets
has_filters %w{open finished}, only: :index
has_filters %w{current finished}, only: :index
load_and_authorize_resource