Class: Effective::CommitteeFile
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::CommitteeFile
- Defined in:
- app/models/effective/committee_file.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
35 36 37 |
# File 'app/models/effective/committee_file.rb', line 35 def to_s title.presence || 'file' end |