Method: BitexBot::OpeningFlow.active

Defined in:
lib/bitex_bot/models/opening_flow.rb

.activeObject



18
19
20
# File 'lib/bitex_bot/models/opening_flow.rb', line 18

def self.active
  where.not(status: :finalised)
end