Sha256: b708e25518e00fa68cf8c589b94fb51fa70587bba24bb5bde530aa0bfcb571b3

Contents?: true

Size: 178 Bytes

Versions: 15

Compression:

Stored size: 178 Bytes

Contents

module Flyboy
  module SmallData
    class FilterStrategyByNothing < Dorsale::SmallData::FilterStrategy
      def do_apply query
        return query
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
flyboy-1.1.0 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-1.0.7 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-1.0.6 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-1.0.5 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-1.0.4 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-1.0.3 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-1.0.2 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-1.0.1 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-1.0.0 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-0.0.6 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-0.0.5 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-0.0.4 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-0.0.3 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-0.0.2 app/models/flyboy/small_data/filter_strategy_by_nothing.rb
flyboy-0.0.1 app/models/flyboy/small_data/filter_strategy_by_nothing.rb