提交 22c00e64 编写于 作者: J Jack Weeden

Removed before_filter as authentication is done within update method

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册