1
0
Fork 0
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:
Akira Matsuda 2010-08-30 15:58:54 +09:00
parent 591e87fe7b
commit db24aab624

View file

@ -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