Welcome to mirror list, hosted at ThFree Co, Russian Federation.

workhorse.rb « uploaders « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 782032cf5163b96f530d7fbd69d9dd6aa14c17cd (plain)
1
2
3
4
5
6
7
module Workhorse
  module UploadPath
    def workhorse_upload_path
      File.join(root, base_dir, 'tmp/uploads')
    end
  end
end