# File lib/active_record/migration.rb, line 356 def revert @reverting = true yield ensure @reverting = false end