mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
rename ProjectController to ProjectResourceController
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Controller for a specific Commit
|
||||
#
|
||||
# Not to be confused with CommitsController, plural.
|
||||
class CommitController < ProjectController
|
||||
class CommitController < ProjectResourceController
|
||||
# Authorize
|
||||
before_filter :authorize_read_project!
|
||||
before_filter :authorize_code_access!
|
||||
|
||||
Reference in New Issue
Block a user