public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
Fixing typo in association class name
JackDanger (author)
Tue May 06 23:42:06 -0700 2008
commit  080d5b7acb696190e0c2d1cba46951371f27bc26
tree    f8e6db8baba6cd61fe1371eb3d86b62050bdc305
parent  b243de0db3c2605121e055079854af5090d06374
...
154
155
156
157
 
158
159
160
...
154
155
156
 
157
158
159
160
0
@@ -154,7 +154,7 @@ module ActiveRecord
0
       end
0
 
0
       # Returns the AssociationReflection object specified in the <tt>:through</tt> option
0
- # of a HasMantThrough or HasOneThrough association. Example:
0
+ # of a HasManyThrough or HasOneThrough association. Example:
0
       #
0
       # class Post < ActiveRecord::Base
0
       # has_many :taggings

Comments

    No one has commented yet.