This commit is contained in:
Jake Worth 2014-10-03 14:28:41 -05:00
parent 9596f122d6
commit d7175887b4
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