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:
commit
424d840efb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue