Class: Effective::CpdAuditReviewItem

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



30
31
32
# File 'app/models/effective/cpd_audit_review_item.rb', line 30

def to_s
  recommendation.presence || model_name.human
end