Class: Ecom::Core::Crew
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Ecom::Core::Crew
- Defined in:
- app/models/ecom/core/crew.rb
Constant Summary collapse
- PERMANENT =
'Permanent'.freeze
- SUPERVISOR =
'Supervisor'.freeze
- TEMPORARY =
'Temporary'.freeze
- EMPLOYMENT_TYPES =
[PERMANENT, SUPERVISOR, TEMPORARY].freeze
Instance Method Summary collapse
Instance Method Details
#set_employment_date ⇒ Object
22 23 24 |
# File 'app/models/ecom/core/crew.rb', line 22 def set_employment_date self.employment_date = Date.today end |