/uploads: make available to anonymous users.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
class UploadsController < ApplicationController
|
class UploadsController < ApplicationController
|
||||||
before_filter :member_only
|
before_filter :member_only, except: [:index, :show]
|
||||||
respond_to :html, :xml, :json, :js
|
respond_to :html, :xml, :json, :js
|
||||||
|
|
||||||
def new
|
def new
|
||||||
|
|||||||
Reference in New Issue
Block a user