diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2012-09-20 13:25:28 -0400 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2012-09-26 16:32:22 -0400 |
| commit | a8ea8d98a4f88a292289ddfedef4358033b68ec0 (patch) | |
| tree | a8ddf0e30017a14c22aab902c775c081ba3456d4 /app | |
| parent | 398ba6f1bb60f176444dedc7b26188e08b920f54 (diff) | |
| download | gitlab-ce-a8ea8d98a4f88a292289ddfedef4358033b68ec0.tar.gz | |
Update RefExtractor to handle atom feeds
Diffstat (limited to 'app')
| -rw-r--r-- | app/controllers/tree_controller.rb | 3 |
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" |
