mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-28 21:01:02 +08:00
6 lines
70 B
Ruby
6 lines
70 B
Ruby
class AccountDrop < BaseDrop
|
|
def name
|
|
@obj.try(:name)
|
|
end
|
|
end
|