From 70e48a6ac34615ba5ed3b807917c3b099256d67c Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 25 Sep 2013 11:21:28 -0700 Subject: [PATCH] remove initialize method --- .../associations/preloader/through_association.rb | 4 ---- 1 file changed, 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 -- GitLab