blob: 21ff758f3631f40e25397d00fec7558567e00e98 (
plain)
1
2
3
4
|
# 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")
Rails.application.config.session_store :active_record_store
|