Class: Effective::CpdCategory

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



39
40
41
# File 'app/models/effective/cpd_category.rb', line 39

def to_s
  title.presence || model_name.human
end