method
revert
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::Migration
revert()public
No documentation available.
# File activerecord/lib/active_record/migration.rb, line 356
def revert
@reverting = true
yield
ensure
@reverting = false
end