Commit 22c00e64 authored by Jack Weeden's avatar Jack Weeden

Removed before_filter as authentication is done within update method

parent 1216a62e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment