aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-01-06 11:54:01 -0800
committerSantiago Pastorino <santiago@wyeworks.com>2012-01-06 11:54:01 -0800
commit4d7ed974c0983d11f51e04d7969a86519f616495 (patch)
treea3e8b7412794726c88cdadbf7eb2ec9f59ad07d1 /activerecord
parent9699eeb496d6faff6f7768cbfe0e281ce7ce089c (diff)
parentef9d26663ca366aca61002bab69fc02c692f6ecc (diff)
downloadrails-4d7ed974c0983d11f51e04d7969a86519f616495.tar.gz
rails-4d7ed974c0983d11f51e04d7969a86519f616495.tar.bz2
rails-4d7ed974c0983d11f51e04d7969a86519f616495.zip
Merge pull request #4359 from Karunakar/logger
removed unnecessary require for activesupport/core_ext/array/wrap
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/associations.rb1
1 files changed, 0 insertions, 1 deletions
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'