Class: Ecom::Core::ProjectCrew
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Ecom::Core::ProjectCrew
- Defined in:
- app/models/ecom/core/project_crew.rb
Constant Summary collapse
- ACTIVE =
'Active'.freeze
- INACTIVE =
'Inactive'.freeze
- STATUSES =
[ACTIVE, INACTIVE].freeze