bfcde9b022
Display recent messages in the notification email when a new conversation is created. Fixes: #2041
5 lines
68 B
Ruby
5 lines
68 B
Ruby
class InboxDrop < BaseDrop
|
|
def name
|
|
@obj.try(:name)
|
|
end
|
|
end
|