X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4d3a1c5346c99da360af58f1932b8f7a2ba87723..b9c5339d113c63ffc3d8a7c6bf1019616bb3f89a:/services/api/config/environment.rb diff --git a/services/api/config/environment.rb b/services/api/config/environment.rb index 9ef3a4a496..cd706940a3 100644 --- a/services/api/config/environment.rb +++ b/services/api/config/environment.rb @@ -1,7 +1,9 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # Load the rails application -require File.expand_path('../application', __FILE__) -require 'josh_id' +require_relative 'application' # Initialize the rails application -Server::Application.initialize! -Rails.cache.clear +Rails.application.initialize!