diff options
Diffstat (limited to 'app/controllers/blob_controller.rb')
| -rw-r--r-- | app/controllers/blob_controller.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/controllers/blob_controller.rb b/app/controllers/blob_controller.rb index 58e70bc9d04..33387842ec2 100644 --- a/app/controllers/blob_controller.rb +++ b/app/controllers/blob_controller.rb @@ -1,9 +1,6 @@ # Controller for viewing a file's blame class BlobController < ApplicationController - # Thrown when given an invalid path - class InvalidPathError < StandardError; end - - include RefExtractor + include ExtractsPath include Gitlab::Encode layout "project" |
