module Gitlab class UploadsTransfer < ProjectTransfer def root_dir File.join(CarrierWave.root, GitlabUploader.base_dir) end end end