aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorTekin <tekin@tekin.co.uk>2010-06-29 20:59:52 +0100
committerXavier Noria <fxn@hashref.com>2010-06-30 00:53:23 +0200
commitd7c2e52c6c04dec4e4665c8f0f9988bfe913cb15 (patch)
tree848ceafd806e5abe850548794bc30d6b7f1a45ce /activerecord/lib
parentec3bfa2ead7337fe99ff036d4b8b5ae0a321f8cd (diff)
downloadrails-d7c2e52c6c04dec4e4665c8f0f9988bfe913cb15.tar.gz
rails-d7c2e52c6c04dec4e4665c8f0f9988bfe913cb15.tar.bz2
rails-d7c2e52c6c04dec4e4665c8f0f9988bfe913cb15.zip
migrations.rb requires active_support/core_ext/module/aliasing [#5008 state:committed]
Signed-off-by: Xavier Noria <fxn@hashref.com>
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/migration.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb
index b273c33e50..4c5e1ae218 100644
--- a/activerecord/lib/active_record/migration.rb
+++ b/activerecord/lib/active_record/migration.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/kernel/singleton_class'
+require 'active_support/core_ext/module/aliasing'
module ActiveRecord
# Exception that can be raised to stop migrations from going backwards.