aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_handling.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 21:25:54 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:23 +0200
commit4aee8dd486828943fb414504500efdbcfb49f884 (patch)
tree6934b7890b07c9095924c3c1666f14bd7fd66c3c /activerecord/lib/active_record/connection_handling.rb
parent5e1b92044c8f2afa9e0b80095a9c9defbeaaf2e2 (diff)
downloadrails-4aee8dd486828943fb414504500efdbcfb49f884.tar.gz
rails-4aee8dd486828943fb414504500efdbcfb49f884.tar.bz2
rails-4aee8dd486828943fb414504500efdbcfb49f884.zip
load active_support/core_ext/module/delegation in active_support/rails
Diffstat (limited to 'activerecord/lib/active_record/connection_handling.rb')
-rw-r--r--activerecord/lib/active_record/connection_handling.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_handling.rb b/activerecord/lib/active_record/connection_handling.rb
index bda41df80f..7863c795ed 100644
--- a/activerecord/lib/active_record/connection_handling.rb
+++ b/activerecord/lib/active_record/connection_handling.rb
@@ -1,4 +1,3 @@
-require 'active_support/core_ext/module/delegation'
module ActiveRecord
module ConnectionHandling