class Ransack::Nodes::Condition

def combinator_method

def combinator_method
  combinator === Constants::OR ? :or : :and
end