Class: Effective::CpdAuditLevelQuestionOption

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



29
30
31
# File 'app/models/effective/cpd_audit_level_question_option.rb', line 29

def to_s
  title.presence || model_name.human
end