X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9c5339d113c63ffc3d8a7c6bf1019616bb3f89a..c8b8aed986fc3a6436a71c85faa1a876e213695a:/services/api/config/environment.rb diff --git a/services/api/config/environment.rb b/services/api/config/environment.rb index cd706940a3..cac5315775 100644 --- a/services/api/config/environment.rb +++ b/services/api/config/environment.rb @@ -1,9 +1,5 @@ -# Copyright (C) The Arvados Authors. All rights reserved. -# -# SPDX-License-Identifier: AGPL-3.0 +# Load the Rails application. +require_relative "application" -# Load the rails application -require_relative 'application' - -# Initialize the rails application +# Initialize the Rails application. Rails.application.initialize!