Libraries
»
e9_crm
(0.1.34)
»
Index (S)
»
Deal
»
Status
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
)