Merge branch '15241-collection-input' refs #15241
[arvados.git] / apps / workbench / config / initializers / session_store.rb
index b53e9ef9155cc28f0b902c985493447fc15ff570..7a2f297207691f37df4d4ac75543bfa0b969d00c 100644 (file)
@@ -4,7 +4,7 @@
 
 # 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