X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/96fefe6c6fc2e3bd7e4efbb0b6a7dedb9221aff7..bdb24aacd6be5584fefc202452402ff4162c69ef:/services/api/config/environment.rb diff --git a/services/api/config/environment.rb b/services/api/config/environment.rb index b82ba27f9a..cac5315775 100644 --- a/services/api/config/environment.rb +++ b/services/api/config/environment.rb @@ -1,10 +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' -require 'josh_id' - -# Initialize the rails application +# Initialize the Rails application. Rails.application.initialize!