Class: Flyboy::SmallData::FilterStrategyByNothing

Inherits:
Dorsale::SmallData::FilterStrategy
  • Object
show all
Defined in:
app/models/flyboy/small_data/filter_strategy_by_nothing.rb

Instance Method Summary collapse

Instance Method Details

#do_apply(query) ⇒ Object



4
5
6
# File 'app/models/flyboy/small_data/filter_strategy_by_nothing.rb', line 4

def do_apply query
  return query
end