Skip to content

Commit

Permalink
Merge pull request #11400 from dpdawson/master
Browse files Browse the repository at this point in the history
Fix a grammatical error/typo in Active Record Associations guide. [ci skip]
  • Loading branch information
senny committed Jul 11, 2013
2 parents 2692e38 + 8cece08 commit 424d840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/association_basics.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ end


##### `includes` ##### `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 ```ruby
class LineItem < ActiveRecord::Base class LineItem < ActiveRecord::Base
Expand Down

0 comments on commit 424d840

Please sign in to comment.