/notes/search: make available to anonymous users.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
class NotesController < ApplicationController
|
class NotesController < ApplicationController
|
||||||
respond_to :html, :xml, :json, :js
|
respond_to :html, :xml, :json, :js
|
||||||
before_filter :member_only, :except => [:index, :show]
|
before_filter :member_only, :except => [:index, :show, :search]
|
||||||
|
|
||||||
def search
|
def search
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user