From 93e2d378df5f599e3e48e74932f37e1c679f633e Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Fri, 20 Mar 2009 01:13:24 +0000 Subject: Autload ActiveModel::Observing --- activemodel/lib/active_model.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activemodel') diff --git a/activemodel/lib/active_model.rb b/activemodel/lib/active_model.rb index e777351cea..9695ac7e3b 100644 --- a/activemodel/lib/active_model.rb +++ b/activemodel/lib/active_model.rb @@ -37,6 +37,7 @@ module ActiveModel end autoload :Base, 'active_model/base' + autoload :Observing, 'active_model/observing' autoload :Validations, 'active_model/validations' autoload :Errors, 'active_model/errors' autoload :DeprecatedErrorMethods, 'active_model/deprecated_error_methods' -- cgit v1.2.3