25 26 27
# File 'lib/harvest/model.rb', line 25 def ==(other) other.kind_of?(self.class) && id == other.id end