/notes/search: make available to anonymous users.

This commit is contained in:
evazion
2017-07-06 19:16:43 -05:00
parent d8f8983f94
commit 3a8cae4de1

View File

@@ -1,6 +1,6 @@
class NotesController < ApplicationController
respond_to :html, :xml, :json, :js
before_filter :member_only, :except => [:index, :show]
before_filter :member_only, :except => [:index, :show, :search]
def search
end