feat: Customisable Email Templates (#1095)
This commit is contained in:
5
app/drops/conversation_drop.rb
Normal file
5
app/drops/conversation_drop.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ConversationDrop < BaseDrop
|
||||
def display_id
|
||||
@obj.try(:display_id)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user