1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00

Merge pull request #753 from rstein/fix-readme

Fix typo in README.md
This commit is contained in:
Sean 2017-01-22 17:06:51 +01:00 committed by GitHub
commit 4adfd10398

View file

@ -420,7 +420,7 @@ List of all possible predicates
* `*_eq` - equal * `*_eq` - equal
* `*_not_eq` - not equal * `*_not_eq` - not equal
* `*_match` - matches with `LIKE`, e.g. `q[email_matches]=%@gmail.com` * `*_matches` - matches with `LIKE`, e.g. `q[email_matches]=%@gmail.com`
* Also: `*_does_not_match`, `*_matches_any`, `*_matches_all`, `*_does_not_match_any`, `*_does_not_match_all` * Also: `*_does_not_match`, `*_matches_any`, `*_matches_all`, `*_does_not_match_any`, `*_does_not_match_all`
* `*_lt` - less than * `*_lt` - less than
* `*_lteq` - less than or equal * `*_lteq` - less than or equal