From 3cc2d196c03fbc5cf21babf777dfa841f3d1012d Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Tue, 15 Jun 2010 00:48:22 -0400 Subject: Revert "removing the extra \" This reverts commit 51a9703b1e80caa30d699f30615f023079874623. --- activerecord/lib/active_record/associations/association_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/associations/association_proxy.rb b/activerecord/lib/active_record/associations/association_proxy.rb index ee7dffab22..e88618d278 100644 --- a/activerecord/lib/active_record/associations/association_proxy.rb +++ b/activerecord/lib/active_record/associations/association_proxy.rb @@ -41,7 +41,7 @@ module ActiveRecord # though the object behind blog.posts is not an Array, but an # ActiveRecord::Associations::HasManyAssociation. # - # The @target object is not loaded until needed. For example, + # The @target object is not \loaded until needed. For example, # # blog.posts.count # -- cgit v1.2.3