Class: Cats::Core::TransportContract

Inherits:
ApplicationRecord show all
Defined in:
app/models/cats/core/transport_contract.rb

Constant Summary collapse

ACTIVE =
"Active".freeze
CANCELLED =
"Cancelled".freeze
CONTRACT_STATUSES =
[ACTIVE, CANCELLED].freeze