class Arel::Nodes::Or

def fetch_attribute(&block)

def fetch_attribute(&block)
  left.fetch_attribute(&block) && right.fetch_attribute(&block)
end