diff options
| author | Aaron Patterson <aaron.patterson@gmail.com> | 2013-09-25 11:21:28 -0700 | 
|---|---|---|
| committer | Aaron Patterson <aaron.patterson@gmail.com> | 2013-09-25 11:21:28 -0700 | 
| commit | 70e48a6ac34615ba5ed3b807917c3b099256d67c (patch) | |
| tree | d941212152116c25828398e728635fc82c57d211 /activerecord/lib/active_record | |
| parent | ea87eb70b1e9776c50567db5c7718618766c9488 (diff) | |
| download | rails-70e48a6ac34615ba5ed3b807917c3b099256d67c.tar.gz rails-70e48a6ac34615ba5ed3b807917c3b099256d67c.tar.bz2 rails-70e48a6ac34615ba5ed3b807917c3b099256d67c.zip | |
remove initialize method
Diffstat (limited to 'activerecord/lib/active_record')
| -rw-r--r-- | activerecord/lib/active_record/associations/preloader/through_association.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/activerecord/lib/active_record/associations/preloader/through_association.rb b/activerecord/lib/active_record/associations/preloader/through_association.rb index 17c46a4602..ea21836c65 100644 --- a/activerecord/lib/active_record/associations/preloader/through_association.rb +++ b/activerecord/lib/active_record/associations/preloader/through_association.rb @@ -2,10 +2,6 @@ module ActiveRecord    module Associations      class Preloader        module ThroughAssociation #:nodoc: -        def initialize(klass, owners, reflection, preload_scope) -          super -        end -          def through_reflection            reflection.through_reflection          end | 
