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