mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fixes typo in finders guide
This commit is contained in:
parent
8867a636b3
commit
b8391e4018
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ Post.all :include => [:category, :comments]
|
|||
|
||||
This loads all the posts and the associated category and comments for each post.
|
||||
|
||||
h5. Nested Assocaitions Hash
|
||||
h5. Nested Associations Hash
|
||||
|
||||
<ruby>
|
||||
Category.find 1, :include => {:posts => [{:comments => :guest}, :tags]}
|
||||
|
|
Loading…
Reference in a new issue