Class: HistoryEntry
- Inherits:
-
LogicalModel
- Object
- LogicalModel
- HistoryEntry
- Defined in:
- app/models/history_entry.rb
Instance Method Summary collapse
Instance Method Details
#contact_id ⇒ Object
15 16 17 |
# File 'app/models/history_entry.rb', line 15 def contact_id self.historiable_id end |
#id ⇒ Object
19 20 21 |
# File 'app/models/history_entry.rb', line 19 def id self._id end |
#id=(value) ⇒ Object
23 24 25 |
# File 'app/models/history_entry.rb', line 23 def id=(value) self._id = value end |