Class: SeedMigration::Migration
- Inherits:
-
Object
- Object
- SeedMigration::Migration
- Defined in:
- lib/seed_migration/migration.rb
Instance Method Summary collapse
Instance Method Details
#down ⇒ Object
7 8 9 |
# File 'lib/seed_migration/migration.rb', line 7 def down raise NotImplementedError end |
#up ⇒ Object
3 4 5 |
# File 'lib/seed_migration/migration.rb', line 3 def up raise NotImplementedError end |