class SeedMigration::Migrator::PendingMigrationError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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