Merge branch '12630-crunch-gpu' refs #12630
[arvados.git] / apps / workbench / config / initializers / session_store.rb
index 2d49dca0ed3fb67eb5d529896f95ac01bab64e06..7a2f297207691f37df4d4ac75543bfa0b969d00c 100644 (file)
@@ -1,6 +1,10 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Be sure to restart your server when you modify this file.
 
-ArvadosWorkbench::Application.config.session_store :cookie_store, key: '_arvados_workbench_session'
+Rails.application.config.session_store :cookie_store, key: '_arvados_workbench_session'
 
 # Use the database for sessions instead of the cookie-based default,
 # which shouldn't be used to store highly confidential information