19388: Trigger activity logs on group/project APIs, too.
[arvados.git] / apps / workbench / config / environment.rb
index 8f73935cf8b690ba4b1a5d15fc9c8392bc81c447..cd706940a389752fd6263bb32fc82a057fc3c583 100644 (file)
@@ -1,5 +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_relative 'application'
 
 # Initialize the rails application
-Vcffarm::Application.initialize!
+Rails.application.initialize!