diff options
author | Neeraj Singh <neerajdotname@gmail.com> | 2010-06-15 00:46:35 -0400 |
---|---|---|
committer | Neeraj Singh <neerajdotname@gmail.com> | 2010-06-15 00:46:35 -0400 |
commit | 51a9703b1e80caa30d699f30615f023079874623 (patch) | |
tree | bc813bac6108bfd821b4dfab5232dbe8d8e95adb /activerecord/lib | |
parent | e4c8bc1b34867edccf3f515423fab19fae867b4f (diff) | |
download | rails-51a9703b1e80caa30d699f30615f023079874623.tar.gz rails-51a9703b1e80caa30d699f30615f023079874623.tar.bz2 rails-51a9703b1e80caa30d699f30615f023079874623.zip |
removing the extra \
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/associations/association_proxy.rb | 2 |
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 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 <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 # |