summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-20 13:25:28 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-26 16:32:22 -0400
commita8ea8d98a4f88a292289ddfedef4358033b68ec0 (patch)
treea8ddf0e30017a14c22aab902c775c081ba3456d4 /app
parent398ba6f1bb60f176444dedc7b26188e08b920f54 (diff)
downloadgitlab-ce-a8ea8d98a4f88a292289ddfedef4358033b68ec0.tar.gz
Update RefExtractor to handle atom feeds
Diffstat (limited to 'app')
-rw-r--r--app/controllers/tree_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/tree_controller.rb b/app/controllers/tree_controller.rb
index e0dd8f8beaf..430876647d4 100644
--- a/app/controllers/tree_controller.rb
+++ b/app/controllers/tree_controller.rb
@@ -1,8 +1,5 @@
# Controller for viewing a repository's file structure
class TreeController < ApplicationController
- # Thrown when given an invalid path
- class InvalidPathError < StandardError; end
-
include RefExtractor
layout "project"