From 99db97a32237876f65468aa116441a621b80cc01 Mon Sep 17 00:00:00 2001 From: Jon Leighton Date: Thu, 23 Dec 2010 19:54:43 +0000 Subject: Remove pointless use of 'private' --- .../lib/active_record/associations/has_one_through_association.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/associations/has_one_through_association.rb b/activerecord/lib/active_record/associations/has_one_through_association.rb index 2558941476..8c8c9fbe5d 100644 --- a/activerecord/lib/active_record/associations/has_one_through_association.rb +++ b/activerecord/lib/active_record/associations/has_one_through_association.rb @@ -33,7 +33,6 @@ module ActiveRecord end end - private def find_target update_stale_state scoped.first -- cgit v1.2.3