blobs_helper.rb 118 Bytes Edit Raw Blame History 1 2 3 4 5 module BlobsHelper def find_blob(repository, sha, path) Gitlab::Git::Blob.find(repository, sha, path) end end