Merge branch '18339-sweep-trash-lock'
[arvados.git] / services / api / config / environment.rb
index 402d79f574c5e1dcef3523fd93b7dc528f73be26..cd706940a389752fd6263bb32fc82a057fc3c583 100644 (file)
@@ -1,6 +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.application.initialize!