2c2447771f
- Move UploadsTransfer to ProjectTransfer and inherit from this to UploadsTransfer and PagesTransfer
7 lines
120 B
Ruby
7 lines
120 B
Ruby
module Gitlab
|
|
class PagesTransfer < ProjectTransfer
|
|
def root_dir
|
|
Gitlab.config.pages.path
|
|
end
|
|
end
|
|
end
|