Method: FlashFlow::Data::Collection#current_branches

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

#current_branchesObject



95
96
97
# File 'lib/flash_flow/data/collection.rb', line 95

def current_branches
  to_a.select { |branch| branch.current_record }
end