Merge pull request #17168 from jwworth/task/fix_typo

Fix typo [ci skip]
This commit is contained in:
Xavier Noria 2014-10-03 21:40:57 +02:00
commit 1609ec9879
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ post.comments(true) # uses cached pattern
The caching is not used in the following scenarios:
- The model has a default scope
- The model uses single table inheritence to inherit from another model
- The model uses single table inheritance to inherit from another model
- `find` with a list of ids. eg:
```ruby