mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Remove currently unused predicate definitions
This commit is contained in:
parent
f4bb87fdce
commit
49774fdd1f
1 changed files with 0 additions and 10 deletions
|
@ -8,21 +8,11 @@ module Ransack
|
|||
:formatter => proc { |v| "%#{escape_wildcards(v)}%" }
|
||||
}
|
||||
],
|
||||
['i_cont'.freeze, {
|
||||
:arel_predicate => 'i_matches'.freeze,
|
||||
:formatter => proc { |v| "%#{escape_wildcards(v)}%" }
|
||||
}
|
||||
],
|
||||
['not_cont'.freeze, {
|
||||
:arel_predicate => 'does_not_match'.freeze,
|
||||
:formatter => proc { |v| "%#{escape_wildcards(v)}%" }
|
||||
}
|
||||
],
|
||||
['i_not_cont'.freeze, {
|
||||
:arel_predicate => 'i_does_not_match'.freeze,
|
||||
:formatter => proc { |v| "%#{escape_wildcards(v)}%" }
|
||||
}
|
||||
],
|
||||
['start'.freeze, {
|
||||
:arel_predicate => 'matches'.freeze,
|
||||
:formatter => proc { |v| "#{escape_wildcards(v)}%" }
|
||||
|
|
Loading…
Reference in a new issue