class Ransack::Nodes::Condition

def combinator

def combinator
  @attributes.size > 1 ? @combinator : nil
end