We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f9165 commit 9f131a1Copy full SHA for 9f131a1
guides/source/getting_started.md
@@ -482,8 +482,7 @@ This generates a `SELECT` SQL query but also adds a `WHERE` clause to filter the
482
records that have a `name` matching `"Pants"`. This also returns an
483
`ActiveRecord::Relation` because multiple records may have the same name.
484
485
-We can use `order(name: :asc)` to sort records by name in ascending alphabetical
486
-order by `name`.
+We can use `order(name: :asc)` to sort records by name in ascending alphabetical order.
487
488
```irb
489
store(dev)> Product.order(name: :asc)
0 commit comments