Class: Effective::CommitteeFile

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



35
36
37
# File 'app/models/effective/committee_file.rb', line 35

def to_s
  title.presence || 'file'
end