mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix indentation for code block in changelog
This was showing up as an H1. Fixing the indentation here fixes the codeblock.
This commit is contained in:
parent
6e0159ec7e
commit
f57092ad72
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
Example:
|
||||
|
||||
PriceEstimate.where(estimate_of: [Treasure.find(1), Car.find(2)])
|
||||
# => SELECT "price_estimates".* FROM "price_estimates"
|
||||
=> SELECT "price_estimates".* FROM "price_estimates"
|
||||
WHERE (("price_estimates"."estimate_of_type" = 'Treasure' AND "price_estimates"."estimate_of_id" = 1)
|
||||
OR ("price_estimates"."estimate_of_type" = 'Car' AND "price_estimates"."estimate_of_id" = 2))
|
||||
|
||||
|
|
Loading…
Reference in a new issue