Class: UpgradeGarlandV0ToV1
- Inherits:
-
Object
- Object
- UpgradeGarlandV0ToV1
- Defined in:
- lib/generators/garland_rails/templates/v0_to_v1_migration.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 |
# File 'lib/generators/garland_rails/templates/v0_to_v1_migration.rb', line 2 def change rename_column :garlands, :next, :next_id rename_column :garlands, :previous, :previous_id end |