Class: Ecom::Core::SiteCrew

Inherits:
ApplicationRecord show all
Defined in:
app/models/ecom/core/site_crew.rb

Constant Summary collapse

TEMPORARY_SITE_CREW =
'Temporary site crew'.freeze
PERMANENT_SITE_CREW =
'Permanent site crew'.freeze
SITE_CREW_TYPES =
[TEMPORARY_SITE_CREW, PERMANENT_SITE_CREW].freeze
ACTIVE =
'Active'.freeze
INACTIVE =
'Inactive'.freeze
STATUSES =
[ACTIVE, INACTIVE].freeze