makes 'pending' filter the default in /admin/orgs

This commit is contained in:
Juanjo Bazán
2015-09-04 22:38:51 +02:00
parent 4ef2ed753d
commit 63378ba24c
2 changed files with 16 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
class Admin::OrganizationsController < Admin::BaseController
has_filters %w{all pending verified rejected}, only: :index
has_filters %w{pending all verified rejected}, only: :index
load_and_authorize_resource except: :search