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