gitlab-org--gitlab-foss/app/uploaders/workhorse.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
163 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
2018-01-29 17:57:34 +00:00
module Workhorse
module UploadPath
def workhorse_upload_path
File.join(root, base_dir, 'tmp/uploads')
end
end
end