Class: Effective::Document

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



45
46
47
# File 'app/models/effective/document.rb', line 45

def to_s
  title.presence || model_name.human
end