Class: Effective::CommitteeFolder

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



37
38
39
# File 'app/models/effective/committee_folder.rb', line 37

def to_s
  title.presence || 'folder'
end