[refs #113] Remove unused action from blobs controller
This commit is contained in:
parent
23ace52d90
commit
5d93d40693
|
@ -30,9 +30,6 @@ class Git::BlobsController < Git::BaseController
|
|||
render :text => @blob.data, :content_type => @blob.mime_type
|
||||
end
|
||||
|
||||
def image
|
||||
end
|
||||
|
||||
protected
|
||||
def set_path
|
||||
@path = params[:path]
|
||||
|
|
Loading…
Reference in New Issue