mirror of https://github.com/rails/rails
Merge pull request #17168 from jwworth/task/fix_typo
Fix typo [ci skip]
This commit is contained in:
commit
1609ec9879
|
@ -79,7 +79,7 @@ post.comments(true) # uses cached pattern
|
||||||
The caching is not used in the following scenarios:
|
The caching is not used in the following scenarios:
|
||||||
|
|
||||||
- The model has a default scope
|
- 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:
|
- `find` with a list of ids. eg:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
|
Loading…
Reference in New Issue