1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #11400 from dpdawson/master

Fix a grammatical error/typo in Active Record Associations guide. [ci skip]
This commit is contained in:
Yves Senn 2013-07-11 04:50:00 -07:00
commit 424d840efb

View file

@ -953,7 +953,7 @@ end
##### `includes`
You can use the `includes` method let you specify second-order associations that should be eager-loaded when this association is used. For example, consider these models:
You can use the `includes` method to specify second-order associations that should be eager-loaded when this association is used. For example, consider these models:
```ruby
class LineItem < ActiveRecord::Base