2018-04-12 03:12:21 -04:00
|
|
|
deprecator = ActiveSupport::Deprecation.new('11.0', 'GitLab')
|
|
|
|
|
2018-04-13 13:20:29 -04:00
|
|
|
if Gitlab.com? || Rails.env.development?
|
2018-04-12 03:12:21 -04:00
|
|
|
ActiveSupport::Deprecation.deprecate_methods(Gitlab::GitalyClient::StorageSettings, :legacy_disk_path, deprecator: deprecator)
|
|
|
|
end
|