2 The sql_session_store generator creates a migration for use with
3 the sql session store. It takes one argument: the database
4 type. Only mysql and postgreql are currently supported.
7 ./script/generate sql_session_store mysql
9 This will create the following migration:
11 db/migrate/XXX_add_sql_session.rb
15 ./script/generate sql_session_store postgreql
17 to get a migration for postgres.