class ActiveRecord::Associations::JoinDependency::JoinPart

def match?(other)

def match?(other)
  self.class == other.class
end