mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
The command for creating the sessions table has changed
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
|
||||
# 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 "rake db:sessions:create")
|
||||
# (create the session table with "rails generate session_migration")
|
||||
# <%= app_const %>.config.session_store :active_record_store
|
||||
|
||||
Reference in New Issue
Block a user