Chatwoot/app/drops/conversation_drop.rb
2020-08-06 15:21:06 +05:30

5 lines
87 B
Ruby

class ConversationDrop < BaseDrop
def display_id
@obj.try(:display_id)
end
end