Method: FlashFlow::Data::Collection#remove_from_merge
- Defined in:
- lib/flash_flow/data/collection.rb
#remove_from_merge(ref) ⇒ Object
136 137 138 139 140 141 142 |
# File 'lib/flash_flow/data/collection.rb', line 136 def remove_from_merge(ref) branch = record(ref) branch.current_record = true branch.removed! @collection_instance.remove_from_merge(branch) if @collection_instance.respond_to?(:remove_from_merge) branch end |