class Ransack::Nodes::Attribute

def eql?(other)

def eql?(other)
  self.class == other.class &&
  self.name == other.name
end