1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/generators/rails/session_migration/USAGE

8 lines
329 B
Text

Description:
Creates a migration to add the sessions table used by the ORM session store.
Pass the migration name, either CamelCased or under_scored, as an argument.
Before invoking this generator, be sure that your ORM supports session stores.
Example:
`./script/generate session_migration CreateSessionTable`