rename qwaiter to mozo

This commit is contained in:
2025-09-20 17:35:58 -05:00
parent 7212d9041e
commit 0e051b1f93
99 changed files with 189 additions and 168 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Be sure to restart your server when you modify this file.
Qwaiter::Application.config.session_store :cookie_store, key: '_qwaiter_session'
Mozo::Application.config.session_store :cookie_store, key: '_mozo_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
# (create the session table with "rails generate session_migration")
# Qwaiter::Application.config.session_store :active_record_store
# Mozo::Application.config.session_store :active_record_store