Class: Ecom::Core::Task
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Ecom::Core::Task
- Includes:
- AASM
- Defined in:
- app/models/ecom/core/task.rb
Constant Summary collapse
- NOT_INSPECTED =
'Not Inspected'.freeze
- IN_PROGRESS =
'In Progress'.freeze
- PASS =
'Pass'.freeze
- FAIL =
'Fail'.freeze
- INSPECTION_STATUSES =
[NOT_INSPECTED, IN_PROGRESS, PASS, FAIL].freeze