X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/607fe087f6167061714a524dd53cbbc21b974973..2bbce020a50f83db34b6b9f8079879cfdd2d955d:/services/api/config/application.rb?ds=sidebyside diff --git a/services/api/config/application.rb b/services/api/config/application.rb index 0d6aa1d9f9..1fb11898ea 100644 --- a/services/api/config/application.rb +++ b/services/api/config/application.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require File.expand_path('../boot', __FILE__) require 'rails/all' @@ -55,6 +59,8 @@ module Server config.active_support.test_order = :sorted + config.action_dispatch.perform_deep_munge = false + I18n.enforce_available_locales = false # Before using the filesystem backend for Rails.cache, check