Method: FlashFlow::Data::Collection#current_branches
- Defined in:
- lib/flash_flow/data/collection.rb
#current_branches ⇒ Object
95 96 97 |
# File 'lib/flash_flow/data/collection.rb', line 95 def current_branches to_a.select { |branch| branch.current_record } end |