Class: Effective::CommitteeAgendaItem

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

def to_s
  [code, title].compact_blank.join(' ').presence || model_name.human
end