Method: ParamsReady::Query::CustomPredicateBuilder#to_query

Defined in:
lib/params_ready/query/custom_predicate.rb

#to_query(&proc) ⇒ Object



65
66
67
# File 'lib/params_ready/query/custom_predicate.rb', line 65

def to_query(&proc)
  @definition.set_to_query(proc)
end