9 lines
151 B
Ruby
9 lines
151 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
class PagesTransfer < ProjectTransfer
|
|
def root_dir
|
|
Gitlab.config.pages.path
|
|
end
|
|
end
|
|
end
|