public
Fork of lifo/doc-rails
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/zmalltalker/doc-rails.git
Search Repo:
fixed a/an aticle in ActiveRecord::Associations::AssociationProxy
Xavier Noria (author)
Thu Apr 03 15:16:04 -0700 2008
commit  4ed80f6328a4968f8556a25bcf73431ade12b82a
tree    9012e25fce880065215028e944bd73240783e6fd
parent  db3ce645717d84fd15ca6dfff276da6bdeb176bd
...
36
37
38
39
 
40
41
42
...
36
37
38
 
39
40
41
42
0
@@ -36,7 +36,7 @@ module ActiveRecord
0
     #
0
     # blog.posts.class # => Array
0
     #
0
- # though the object behind <tt>blog.posts</tt> is not an Array, but a
0
+ # though the object behind <tt>blog.posts</tt> is not an Array, but an
0
     # ActiveRecord::Associations::HasManyAssociation.
0
     #
0
     # The <tt>@target</tt> object is not loaded until needed. For example,

Comments

    No one has commented yet.