Rename RefExtractor to ExtractsPath

Update docs a bit
This commit is contained in:
Robert Speicher 2012-09-20 13:55:14 -04:00
parent a8ea8d98a4
commit a1e68a9120
6 changed files with 84 additions and 19 deletions

View file

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