Module: DbStore::RecordMatcher
- Included in:
- Dataset, Identifier
- Defined in:
- lib/wherever/db_store/record_matcher.rb
Instance Method Summary collapse
Instance Method Details
#==(record) ⇒ Object
3 4 5 |
# File 'lib/wherever/db_store/record_matcher.rb', line 3 def ==(record) MethodLogging.strify(self.clean_attributes) == MethodLogging.strify(record.clean_attributes) end |