mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-20 04:54:57 +00:00
6 lines
70 B
Ruby
6 lines
70 B
Ruby
class AccountDrop < BaseDrop
|
|
def name
|
|
@obj.try(:name)
|
|
end
|
|
end
|