Class: Effective::CpdAuditLevelSection

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



45
46
47
# File 'app/models/effective/cpd_audit_level_section.rb', line 45

def to_s
  title.presence || 'audit section'
end