aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-06-15 00:48:22 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2010-06-15 00:48:22 -0400
commit3cc2d196c03fbc5cf21babf777dfa841f3d1012d (patch)
tree7b95ee12876d8e4642ec277d32e23f473713d804 /activerecord
parent5e60e6571384a809598f3118fdc02dac1fd9d7b8 (diff)
downloadrails-3cc2d196c03fbc5cf21babf777dfa841f3d1012d.tar.gz
rails-3cc2d196c03fbc5cf21babf777dfa841f3d1012d.tar.bz2
rails-3cc2d196c03fbc5cf21babf777dfa841f3d1012d.zip
Revert "removing the extra \"
This reverts commit 51a9703b1e80caa30d699f30615f023079874623.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/associations/association_proxy.rb2
1 files changed, 1 insertions, 1 deletions
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 <tt>blog.posts</tt> is not an Array, but an
# ActiveRecord::Associations::HasManyAssociation.
#
- # The <tt>@target</tt> object is not loaded until needed. For example,
+ # The <tt>@target</tt> object is not \loaded until needed. For example,
#
# blog.posts.count
#