Libraries
»
ecom_core
(1.2.10)
»
Index (P)
»
Ecom
»
Core
»
ProjectCrew
Class: Ecom::Core::ProjectCrew
Inherits:
ApplicationRecord
Object
ActiveRecord::Base
ApplicationRecord
Ecom::Core::ProjectCrew
show all
Defined in:
app/models/ecom/core/project_crew.rb
Constant Summary
collapse
ACTIVE =
'
Active
'
.
freeze
INACTIVE =
'
Inactive
'
.
freeze
STATUSES =
[
ACTIVE
,
INACTIVE
]
.
freeze