diff options
author | Xavier Noria <fxn@hashref.com> | 2012-08-02 21:25:54 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-08-02 21:59:23 +0200 |
commit | 4aee8dd486828943fb414504500efdbcfb49f884 (patch) | |
tree | 6934b7890b07c9095924c3c1666f14bd7fd66c3c /activerecord/lib/active_record/relation | |
parent | 5e1b92044c8f2afa9e0b80095a9c9defbeaaf2e2 (diff) | |
download | rails-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/relation')
-rw-r--r-- | activerecord/lib/active_record/relation/delegation.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/relation/delegation.rb b/activerecord/lib/active_record/relation/delegation.rb index a1c7e5b549..ab8b36c8ab 100644 --- a/activerecord/lib/active_record/relation/delegation.rb +++ b/activerecord/lib/active_record/relation/delegation.rb @@ -1,4 +1,3 @@ -require 'active_support/core_ext/module/delegation' module ActiveRecord module Delegation # :nodoc: |