diff --git a/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb index bed70f667..d4648a971 100644 --- a/app/controllers/notes_controller.rb +++ b/app/controllers/notes_controller.rb @@ -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