rename ProjectController to ProjectResourceController
This commit is contained in:
parent
933c5e4146
commit
be18397d82
22 changed files with 21 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
require Rails.root.join('lib', 'gitlab', 'graph_commit')
|
||||
|
||||
class ProjectsController < ProjectController
|
||||
class ProjectsController < ProjectResourceController
|
||||
skip_before_filter :project, only: [:new, :create]
|
||||
|
||||
# Authorize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue