rename ProjectController to ProjectResourceController

This commit is contained in:
Cyril 2012-09-27 20:59:42 +02:00
parent 933c5e4146
commit be18397d82
22 changed files with 21 additions and 21 deletions

View file

@ -1,4 +1,4 @@
class NotesController < ProjectController
class NotesController < ProjectResourceController
# Authorize
before_filter :authorize_read_note!
before_filter :authorize_write_note!, only: [:create]