aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2010-12-23 19:54:43 +0000
committerJon Leighton <j@jonathanleighton.com>2010-12-26 18:46:58 +0000
commit99db97a32237876f65468aa116441a621b80cc01 (patch)
treeff67f5b0e5f60f0c6576be85a11cd2656d12dfe1 /activerecord/lib/active_record
parent3eef0977e15d74518673e0bb3a9305cb41682dac (diff)
downloadrails-99db97a32237876f65468aa116441a621b80cc01.tar.gz
rails-99db97a32237876f65468aa116441a621b80cc01.tar.bz2
rails-99db97a32237876f65468aa116441a621b80cc01.zip
Remove pointless use of 'private'
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/associations/has_one_through_association.rb1
1 files changed, 0 insertions, 1 deletions
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