Class: Effective::ChatMessage
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::ChatMessage
- Defined in:
- app/models/effective/chat_message.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
37 38 39 |
# File 'app/models/effective/chat_message.rb', line 37 def to_s truncate(body.presence || 'New Chat Message') end |