Method: Noths::DispatchNotesBulkModel#==
- Defined in:
- lib/noths/models/dispatch_notes_bulk_model.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
70 71 72 73 74 |
# File 'lib/noths/models/dispatch_notes_bulk_model.rb', line 70 def ==(o) return true if self.equal?(o) self.class == o.class && id == o.id end |