mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
The command for creating the sessions table has changed
This commit is contained in:
parent
591e87fe7b
commit
db24aab624
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue