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

Fix a grammatical error/typo in Active Record Associations guide.

This commit is contained in:
Daniel Dawson 2013-07-11 12:09:59 +01:00
parent 2692e38efa
commit 8cece08ce3

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