rename ProjectController to ProjectResourceController
This commit is contained in:
parent
933c5e4146
commit
be18397d82
22 changed files with 21 additions and 21 deletions
5
app/controllers/project_resource_controller.rb
Normal file
5
app/controllers/project_resource_controller.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class ProjectResourceController < ApplicationController
|
||||
before_filter :project
|
||||
# Authorize
|
||||
before_filter :add_project_abilities
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue