Class: Effective::WorkExperienceCategory

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/effective/work_experience_category.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



25
26
27
# File 'app/models/effective/work_experience_category.rb', line 25

def to_s
  title.presence || model_name.human
end