Method: Invoicing::TimeDependent#predecessors
- Defined in:
- lib/invoicing/time_dependent.rb
#predecessors ⇒ Object
Returns a list of objects of the same type as this object, which refer to this object through their replaced_by_id
values. In other words, this method returns all records which are direct predecessors of the current record in the replacement chain.
298 299 300 |
# File 'lib/invoicing/time_dependent.rb', line 298 def predecessors time_dependent_class_info.predecessors(self) end |