blob: 564d1ffd786dfb5ab2372fb80c4074a6505396f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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:
`rails generate session_migration CreateSessionTable`
|