Document IrreversibleMigration.

This commit is contained in:
Ryan Bigg 2009-09-01 17:13:28 +10:00
parent bae00bb1cc
commit acd5395877

@ -1,7 +1,8 @@
require 'active_support/core_ext/object/metaclass'
module ActiveRecord
class IrreversibleMigration < ActiveRecordError#:nodoc:
# Exception that can be raised to stop migrations from going backwards.
class IrreversibleMigration < ActiveRecordError
end
class DuplicateMigrationVersionError < ActiveRecordError#:nodoc: