diff options
| author | Santiago Pastorino <santiago@wyeworks.com> | 2012-05-22 12:10:35 -0300 |
|---|---|---|
| committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-05-22 12:10:35 -0300 |
| commit | 344ea048659f2ba47012f0330183ea4a96752732 (patch) | |
| tree | 8e0c2a873a299b97b696085976728ced89ba3ade /activemodel/lib | |
| parent | 1d4d73193d58e47c517ea53ed2c4b8d6af346f85 (diff) | |
| download | rails-344ea048659f2ba47012f0330183ea4a96752732.tar.gz rails-344ea048659f2ba47012f0330183ea4a96752732.tar.bz2 rails-344ea048659f2ba47012f0330183ea4a96752732.zip | |
Fix the build
Diffstat (limited to 'activemodel/lib')
| -rw-r--r-- | activemodel/lib/active_model.rb | 1 |
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 |
