Class: Effective::ChatMessage

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

def to_s
  truncate(body.presence || 'New Chat Message')
end