Method: ParamsReady::Query::CustomPredicateBuilder#test
- Defined in:
- lib/params_ready/query/custom_predicate.rb
#test(&proc) ⇒ Object
73 74 75 |
# File 'lib/params_ready/query/custom_predicate.rb', line 73 def test(&proc) @definition.set_test(proc) end |