Sha256: 1482ff328a455c05b356aa35fbcf52486e40b858f78d3ecad2621a8e280c5a7e
Contents?: true
Size: 541 Bytes
Versions: 1
Compression:
Stored size: 541 Bytes
Contents
Description: The settings migration generator creates a migration for the settings plugin. The generator takes a migration name as its argument. The migration name may be given in CamelCase or under_score. 'add_settings_table' is the default. The generator creates a migration class in db/migrate prefixed by its number in the queue. Example: ./script/generate settings_migration With 4 existing migrations, this will create an AddSettingsTable migration in the file db/migrate/005_add_settings_table.rb
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-settings-1.0.0 | generators/settings_migration/USAGE |