Class: Effective::WorkExperienceSubcategory

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



27
28
29
# File 'app/models/effective/work_experience_subcategory.rb', line 27

def to_s
  [position, title].compact.join('. ').presence || model_name.human
end