Exception: SeedMigration::Migrator::PendingMigrationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/seed_migration/migrator.rb

Instance Method Summary collapse

Constructor Details

#initializePendingMigrationError

Returns a new instance of PendingMigrationError.



295
296
297
298
# File 'lib/seed_migration/migrator.rb', line 295

def initialize
  super("Data migrations are pending. To resolve this issue, "\
    "run the following:\n\n\trake seed:migrate\n")
end