X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1e3f8ceebd90058e902494fae84b1fd57ac6693b..2480ed0b853d4abb70f039197c8f8e7cd9523901:/services/api/config/application.rb diff --git a/services/api/config/application.rb b/services/api/config/application.rb index c09a8e5e47..24fd61871d 100644 --- a/services/api/config/application.rb +++ b/services/api/config/application.rb @@ -30,6 +30,9 @@ end module Server class Application < Rails::Application + # The following is to avoid SafeYAML's warning message + SafeYAML::OPTIONS[:default_mode] = :safe + # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded.