Remove more old wiki references (#1333)

* Fix another link to old wiki

* Remove mention to no longer existing wiki
This commit is contained in:
David Rodríguez 2022-05-29 15:38:25 +02:00 committed by GitHub
parent ea3125f20e
commit addf28d32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ day). We may suggest some changes or improvements or alternatives.
Some things that will increase the chance that your pull request is accepted:
* Include tests that fail without your code, and pass with it.
* Update the README, the change log, the wiki documentation... anything that is
* Update the README, the change log, the documentation... anything that is
affected by your contribution.
* Use idiomatic Ruby and follow the syntax conventions below.

View File

@ -354,7 +354,7 @@ argument are not easily usable yet, because the array currently needs to be
wrapped in an array to function (see
[this issue](https://github.com/activerecord-hackery/ransack/issues/404)),
which is not compatible with Ransack form helpers. For this use case, it may be
better for now to use [ransackers](https://github.com/activerecord-hackery/ransack/wiki/Using-Ransackers) instead,
better for now to use [ransackers](https://activerecord-hackery.github.io/ransack/going-further/ransackers) instead,
where feasible. Pull requests with solutions and tests are welcome!
### Grouping queries by OR instead of AND