Sha256: 198653fe0b7b82fc88bfa36b628924ef4177e7083b77d201571ef26316ad3775
Contents?: true
Size: 544 Bytes
Versions: 18
Compression:
Stored size: 544 Bytes
Contents
Description: The comatose generator creates a migration for the comatose model. The generator takes a migration name as its argument. The migration name may be given in CamelCase or under_score. 'add_comatose_support' is the default. The generator creates a migration class in db/migrate prefixed by its number in the queue. Example: ./script/generate comatose add_comatose_support With 4 existing migrations, this will create an Comatose migration in the file db/migrate/005_add_comatose_support.rb
Version data entries
18 entries across 18 versions & 6 rubygems