Skip to content

Commit

Permalink
Fix rewhere's link for API doc in the guide
Browse files Browse the repository at this point in the history
This was accidentally changed at #47010.
  • Loading branch information
kamipo committed Sep 26, 2023
1 parent 68cd75b commit 1fe4538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_querying.md
Expand Up @@ -1237,7 +1237,7 @@ the SQL executed would be:
SELECT * FROM books WHERE out_of_print = 1 AND out_of_print = 0
```

[`regroup`]: https://api.rubyonrails.org/classes/ActiveRecord/QueryMethods.html#method-i-regroup
[`rewhere`]: https://api.rubyonrails.org/classes/ActiveRecord/QueryMethods.html#method-i-rewhere


### `regroup`
Expand Down

0 comments on commit 1fe4538

Please sign in to comment.