Module: Cats::Core::Dispatchable
- Extended by:
- ActiveSupport::Concern
- Included in:
- RhnRequest, RoundPlan
- Defined in:
- app/models/concerns/cats/core/dispatchable.rb
Constant Summary collapse
- DRAFT =
"Draft".freeze
- APPROVED =
"Approved".freeze
- COMPLETED =
"Completed".freeze
- STATUSES =
rubocop:disable Style/MutableConstant
[DRAFT, APPROVED, COMPLETED]