4 lines
153 B
Ruby
4 lines
153 B
Ruby
# frozen_string_literal: true
|
|
|
|
puts "Creating the default ApplicationSetting record.".color(:green)
|
|
Gitlab::CurrentSettings.current_application_settings
|