class SeedMigration::Migration

Public Instance Methods

down() click to toggle source
# File lib/seed_migration/migration.rb, line 7
def down
  raise NotImplementedError
end
up() click to toggle source
# File lib/seed_migration/migration.rb, line 3
def up
  raise NotImplementedError
end