Returns:
394 395 396
# File 'app/models/effective/order.rb', line 394 def in_progress? pending? || confirmed? || deferred? end