From e5171d061076fdec8ee871088da16fe92c2fee53 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 26 Sep 2013 17:27:47 -0700 Subject: [PATCH] fixes #1999 --- app/controllers/pools_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/pools_controller.rb b/app/controllers/pools_controller.rb index 77e84f926..3fb457b95 100644 --- a/app/controllers/pools_controller.rb +++ b/app/controllers/pools_controller.rb @@ -1,7 +1,7 @@ class PoolsController < ApplicationController respond_to :html, :xml, :json, :js before_filter :member_only, :except => [:index, :show] - before_filter :moderator_only, :only => [:destroy] + before_filter :janitor_only, :only => [:destroy] def new @pool = Pool.new