From be18397d82ca16fefed7287c8078a9b41bf37c95 Mon Sep 17 00:00:00 2001 From: Cyril Date: Thu, 27 Sep 2012 20:59:42 +0200 Subject: rename ProjectController to ProjectResourceController --- app/controllers/commit_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/commit_controller.rb') 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! -- cgit v1.2.1