aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-05-22 11:01:16 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-05-22 11:33:03 -0300
commit38293ea828ab52043fceecbdc96946b5bc9bb0e5 (patch)
treefa70675f6f3d41e23b802e7ea138a56a1372020c /activerecord
parentd3ee0a24498b1d54eefbf484720cd63a2b653c65 (diff)
downloadrails-38293ea828ab52043fceecbdc96946b5bc9bb0e5.tar.gz
rails-38293ea828ab52043fceecbdc96946b5bc9bb0e5.tar.bz2
rails-38293ea828ab52043fceecbdc96946b5bc9bb0e5.zip
require active_support/lazy_load_hooks where is needed
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb
index 210820062b..2cbe04ee44 100644
--- a/activerecord/lib/active_record.rb
+++ b/activerecord/lib/active_record.rb
@@ -22,6 +22,7 @@
#++
require 'active_support'
+require 'active_support/lazy_load_hooks'
require 'active_model'
require 'arel'
require 'active_record_deprecated_finders'