Method: FlashFlow::Data::Collection#mark_all_as_current

Defined in:
lib/flash_flow/data/collection.rb

#mark_all_as_currentObject



123
124
125
126
127
# File 'lib/flash_flow/data/collection.rb', line 123

def mark_all_as_current
  @branches.each do |_, branch|
    branch.current_record = true
  end
end