aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-05-22 12:10:35 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-05-22 12:10:35 -0300
commit344ea048659f2ba47012f0330183ea4a96752732 (patch)
tree8e0c2a873a299b97b696085976728ced89ba3ade /activemodel/lib/active_model.rb
parent1d4d73193d58e47c517ea53ed2c4b8d6af346f85 (diff)
downloadrails-344ea048659f2ba47012f0330183ea4a96752732.tar.gz
rails-344ea048659f2ba47012f0330183ea4a96752732.tar.bz2
rails-344ea048659f2ba47012f0330183ea4a96752732.zip
Fix the build
Diffstat (limited to 'activemodel/lib/active_model.rb')
-rw-r--r--activemodel/lib/active_model.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb
index 451f3e4742..ded1b752df 100644
--- a/activemodel/lib/active_model.rb
+++ b/activemodel/lib/active_model.rb
@@ -22,7 +22,6 @@
#++
require 'active_support'
-require 'active_support/lazy_load_hooks'
require 'active_model/version'
module ActiveModel