class ActiveRecord::InvertibleMigrationTest::NestedRevertWholeMigration
Public Instance Methods
change()
click to toggle source
Calls superclass method
ActiveRecord::InvertibleMigrationTest::RevertWholeMigration#change
# File activerecord/test/cases/invertible_migration_test.rb, line 135 def change revert { super } end