From 78c9791729f115a61413501685cc93d495259167 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Fri, 20 Mar 2009 18:02:50 +0000 Subject: ActiveModel.load_all! isn't really needed at this point --- activemodel/lib/active_model.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activemodel') diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb index 0df3719de1..1a330ef4ae 100644 --- a/activemodel/lib/active_model.rb +++ b/activemodel/lib/active_model.rb @@ -32,10 +32,6 @@ rescue LoadError end module ActiveModel - def self.load_all! - [Base] - end - autoload :Base, 'active_model/base' autoload :Observing, 'active_model/observing' autoload :Validations, 'active_model/validations' -- cgit v1.2.3