summaryrefslogtreecommitdiff
path: root/app/controllers/commit_controller.rb
diff options
context:
space:
mode:
authorCyril <jv.cyril@gmail.com>2012-09-27 20:59:42 +0200
committerCyril <jv.cyril@gmail.com>2012-09-27 20:59:42 +0200
commitbe18397d82ca16fefed7287c8078a9b41bf37c95 (patch)
tree1f821afcb942bdda9da1aaa6abc571d90cafe884 /app/controllers/commit_controller.rb
parent933c5e414600d5e0170213db574ba6431c1444e4 (diff)
downloadgitlab-ce-be18397d82ca16fefed7287c8078a9b41bf37c95.tar.gz
rename ProjectController to ProjectResourceController
Diffstat (limited to 'app/controllers/commit_controller.rb')
-rw-r--r--app/controllers/commit_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/commit_controller.rb b/app/controllers/commit_controller.rb
index 3e1595f169f..25a1f0fe708 100644
--- a/app/controllers/commit_controller.rb
+++ b/app/controllers/commit_controller.rb
@@ -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!