adds valuation status filtering to admin

This commit is contained in:
Juanjo Bazán
2016-02-26 11:45:29 +01:00
parent deee2b6275
commit 9eea8fd4a9
6 changed files with 84 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ class Admin::SpendingProposalsController < Admin::BaseController
include FeatureFlags
feature_flag :spending_proposals
has_filters %w{all without_admin without_valuators}, only: :index
has_filters %w{all without_admin without_valuators valuating valuation_finished}, only: :index
load_and_authorize_resource