public
Fork of lifo/doc-rails
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/juretta/doc-rails.git
Search Repo:
Updating docs to reflect that you can call #count on a HAMTB association
JackDanger (author)
Wed Mar 26 22:22:42 -0700 2008
commit  bfbf1a3befbbf7a8927a316169dcc2149931cccd
tree    a35ca5198e8923d9cf3183740ca3645a2631f3f6
parent  405a6cc903fcf5465fffe9d1d664494572e28580
...
135
136
137
138
 
139
140
141
...
135
136
137
 
138
139
140
141
0
@@ -135,7 +135,7 @@ module ActiveRecord
0
     # #others.create!(attributes={}) | X | X | X
0
     # #others.size | X | X | X
0
     # #others.length | X | X | X
0
- # #others.count | | X | X
0
+ # #others.count | X | X | X
0
     # #others.sum(args*,&block) | X | X | X
0
     # #others.empty? | X | X | X
0
     # #others.clear | X | X |

Comments

    No one has commented yet.