diff --git a/app/controllers/notes_controller.rb b/app/controllers/notes_controller.rb index 6acdd2a..dbec660 100644 --- a/app/controllers/notes_controller.rb +++ b/app/controllers/notes_controller.rb @@ -2,7 +2,6 @@ class NotesController < ProjectResourceController # Authorize before_filter :authorize_read_note! before_filter :authorize_write_note!, only: [:create] - before_filter :authorize_modify_note!, only: [:update] respond_to :js -- libgit2 0.21.2