Sha256: 28cf7675fb1ba9441a55a9da38c2304e8f34f866ceb67bf7de6f32b72b629247

Contents?: true

Size: 278 Bytes

Versions: 8

Compression:

Stored size: 278 Bytes

Contents

module Searchgasm
  module Condition
    class Tree < Base # :nodoc:
      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

8 entries across 8 versions & 1 rubygems

Version Path
searchgasm-1.3.4 lib/searchgasm/condition/tree.rb
searchgasm-1.3.2 lib/searchgasm/condition/tree.rb
searchgasm-1.3.1 lib/searchgasm/condition/tree.rb
searchgasm-1.3.0 lib/searchgasm/condition/tree.rb
searchgasm-1.3.3 lib/searchgasm/condition/tree.rb
searchgasm-1.4.1 lib/searchgasm/condition/tree.rb
searchgasm-1.4.0 lib/searchgasm/condition/tree.rb
searchgasm-1.3.5 lib/searchgasm/condition/tree.rb