From ef9d26663ca366aca61002bab69fc02c692f6ecc Mon Sep 17 00:00:00 2001 From: "Karunakar (Ruby)" Date: Sat, 7 Jan 2012 00:16:55 +0530 Subject: removed unnecessary require for activesupport/core_ext/array/wrap --- activerecord/lib/active_record/associations.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb index 0efa111d12..58725246c8 100644 --- a/activerecord/lib/active_record/associations.rb +++ b/activerecord/lib/active_record/associations.rb @@ -1,4 +1,3 @@ -require 'active_support/core_ext/array/wrap' require 'active_support/core_ext/enumerable' require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/object/blank' -- cgit v1.2.3