Update RefExtractor to handle atom feeds

This commit is contained in:
Robert Speicher 2012-09-20 13:25:28 -04:00
parent 398ba6f1bb
commit a8ea8d98a4
3 changed files with 12 additions and 15 deletions

View file

@ -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"