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



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

def to_s
  title.presence || "New Section" # Don't humanize this one
end