table headers

This commit is contained in:
Sean Carroll 2018-03-17 21:24:53 +01:00
parent 4c7912600d
commit 854c9d39e9
1 changed files with 2 additions and 0 deletions

View File

@ -411,6 +411,7 @@ query parameters in your URLs.
List of all possible predicates
| Predicate | Description | Notes |
| ------------- | ------------- |-------- |
| `*_eq` | equal | |
| `*_not_eq` | not equal | |
@ -463,6 +464,7 @@ List of all possible predicates
| `*_true` | is true | |
| `*_false` | is false | |
(See full list: https://github.com/activerecord-hackery/ransack/blob/master/lib/ransack/locale/en.yml#L15 and [wiki](https://github.com/activerecord-hackery/ransack/wiki/Basic-Searching))
### Using Ransackers to add custom search functions via Arel