From a11882ce405878d61e7edb8e7553980605e167c9 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sun, 13 Oct 2013 17:59:53 -0700 Subject: remove delegate methods that are not used --- .../lib/active_record/associations/join_dependency/join_association.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/associations') diff --git a/activerecord/lib/active_record/associations/join_dependency/join_association.rb b/activerecord/lib/active_record/associations/join_dependency/join_association.rb index 63f084426b..d497709671 100644 --- a/activerecord/lib/active_record/associations/join_dependency/join_association.rb +++ b/activerecord/lib/active_record/associations/join_dependency/join_association.rb @@ -17,7 +17,7 @@ module ActiveRecord attr_accessor :tables - delegate :options, :through_reflection, :source_reflection, :chain, :to => :reflection + delegate :chain, :to => :reflection def initialize(reflection, index, join_type) super(reflection.klass) -- cgit v1.2.3