Class: Effective::WorkExperienceSubcategory
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::WorkExperienceSubcategory
- Defined in:
- app/models/effective/work_experience_subcategory.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |