Class: Ecom::Core::WorkProduct
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Ecom::Core::WorkProduct
- Includes:
- AASM
- Defined in:
- app/models/ecom/core/work_product.rb
Constant Summary collapse
- NEW =
'New'.freeze
- UNDER_CONSTRUCTION =
'Under Construction'.freeze
- COMPLETED =
'Completed'.freeze
- STATUSES =
[NEW, UNDER_CONSTRUCTION, COMPLETED].freeze