Class: Ecom::Core::Crew

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

Constant Summary collapse

PERMANENT =
'Permanent'.freeze
TEMPORARY =
'Temporary'.freeze

Instance Method Summary collapse

Instance Method Details

#set_employment_dateObject



15
16
17
# File 'app/models/ecom/core/crew.rb', line 15

def set_employment_date
  self.employment_date = Date.today
end