adds without_validators filter

This commit is contained in:
Juanjo Bazán
2016-02-25 18:43:35 +01:00
parent 96e5be60a3
commit 43635f41b0
7 changed files with 35 additions and 5 deletions

View File

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