Class: Daedal::Filters::ExistsFilter
- Defined in:
- lib/daedal/filters/exists_filter.rb
Instance Method Summary collapse
Methods inherited from Filter
Instance Method Details
#to_hash ⇒ Object
9 10 11 |
# File 'lib/daedal/filters/exists_filter.rb', line 9 def to_hash {exists: {:field => field}} end |