#2245 allow anonymous to view gallery

This commit is contained in:
Toks
2014-09-06 23:58:00 -04:00
parent 5c22d8753f
commit 4f0a83f996

View File

@@ -1,6 +1,6 @@
class PoolsController < ApplicationController
respond_to :html, :xml, :json, :js
before_filter :member_only, :except => [:index, :show]
before_filter :member_only, :except => [:index, :show, :gallery]
before_filter :janitor_only, :only => [:destroy]
def new