blobs_helper.rb 118 Bytes
module BlobsHelper
  def find_blob(repository, sha, path)
    Gitlab::Git::Blob.find(repository, sha, path)
  end
end