From 51a9703b1e80caa30d699f30615f023079874623 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Tue, 15 Jun 2010 00:46:35 -0400 Subject: removing the extra \ --- activerecord/lib/active_record/associations/association_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/associations/association_proxy.rb b/activerecord/lib/active_record/associations/association_proxy.rb index e88618d278..ee7dffab22 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