Merge pull request #1305 from activerecord-hackery/scarroll32-patch-1

Add full link to issue
This commit is contained in:
Sean 2022-04-08 00:15:19 +02:00 committed by GitHub
commit 2d94effc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ WHERE (
ORDER BY "people"."id" DESC
```
Admittedly this is not as simple as it should be, but it's workable for now. (Implementing #417 could make this more straightforward.)
Admittedly this is not as simple as it should be, but it's workable for now. (Implementing [issue 417](https://github.com/activerecord-hackery/ransack/issues/417) could make this more straightforward.)