Sha256: 25d392d75f2dc1dc455cf7fcdfc5cd52fd2ba032747f573425bf5d6520af9797

Contents?: true

Size: 323 Bytes

Versions: 4

Compression:

Stored size: 323 Bytes

Contents

module Searchgasm
  module Condition
    class Tree < Base # :nodoc:
      self.join_arrays_with_or = true
      
      class << self
        def condition_names_for_column
          []
        end
        
        def condition_names_for_model(model)
          [condition_type_name]
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
searchgasm-1.5.1 lib/searchgasm/condition/tree.rb
searchgasm-1.5.2 lib/searchgasm/condition/tree.rb
searchgasm-1.5.3 lib/searchgasm/condition/tree.rb
searchgasm-1.5.0 lib/searchgasm/condition/tree.rb