Class: Ecom::Core::Crew

Inherits:
ApplicationRecord show all
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_dateObject



17
18
19
# File 'app/models/ecom/core/crew.rb', line 17

def set_employment_date
  self.employment_date = Date.today
end