mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix a typo in query guide
This commit is contained in:
parent
3a967806ad
commit
9ac6310bd9
1 changed files with 1 additions and 1 deletions
|
@ -1400,7 +1400,7 @@ silence_auto_explain do
|
|||
end
|
||||
</ruby>
|
||||
|
||||
That may be useful for queries you know are slow but fine, like a heavyweigth
|
||||
That may be useful for queries you know are slow but fine, like a heavyweight
|
||||
report of an admin interface.
|
||||
|
||||
As its name suggests, +silence_auto_explain+ only silences automatic EXPLAINs.
|
||||
|
|
Loading…
Reference in a new issue