Sha256: 4bdd12e52d94a6863e26d6e408e0cac6aa57c0597d7ae0bde907920e8cdaf5d0
Contents?: true
Size: 378 Bytes
Versions: 95
Compression:
Stored size: 378 Bytes
Contents
Description: Creates a migration to add the sessions table used by the Active Record session store. Pass the migration name, either CamelCased or under_scored, as an argument. Example: `./script/generate session_migration CreateSessionTable` With 4 existing migrations, this creates the AddSessionTable migration in db/migrate/005_add_session_table.rb
Version data entries
95 entries across 95 versions & 15 rubygems