Module: Deal::Status

Defined in:
app/models/deal.rb

Constant Summary collapse

OPTIONS =
%w(lead pending won lost)
Lead =
Pending =
Won =
Lost =
HUMAN_OPTIONS =
[Pending, Won, Lost].map(&:titleize)