diff options
Diffstat (limited to 'app/controllers/tree_controller.rb')
-rw-r--r-- | app/controllers/tree_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/tree_controller.rb b/app/controllers/tree_controller.rb index 4d5c409d42c..2e4ff7d315b 100644 --- a/app/controllers/tree_controller.rb +++ b/app/controllers/tree_controller.rb @@ -1,5 +1,5 @@ # Controller for viewing a repository's file structure -class TreeController < ProjectController +class TreeController < ProjectResourceController include ExtractsPath # Authorize |