X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9c5339d113c63ffc3d8a7c6bf1019616bb3f89a..8dedd02357a95a0ae2c7961c8f1d0896b6311b3b:/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!