mirror of https://github.com/rails/rails
require core_ext/array/wrap in active_record/migration
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
parent
06ba9eaa62
commit
3d01ef6dd1
|
@ -1,3 +1,5 @@
|
|||
require "active_support/core_ext/array/wrap"
|
||||
|
||||
module ActiveRecord
|
||||
# Exception that can be raised to stop migrations from going backwards.
|
||||
class IrreversibleMigration < ActiveRecordError
|
||||
|
|
Loading…
Reference in New Issue