From 22c00e64626791bf138a7691205d3e6e89cd315c Mon Sep 17 00:00:00 2001 From: Jack Weeden Date: Wed, 26 Jun 2013 16:25:24 +0100 Subject: [PATCH] Removed before_filter as authentication is done within update method --- app/controllers/notes_controller.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) 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