This commit is contained in:
r888888888
2013-09-26 17:27:47 -07:00
parent 5851183a13
commit e5171d0610

View File

@@ -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