mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-20 21:15:01 +00:00
enable additional liquid variables in mailers Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
6 lines
87 B
Ruby
6 lines
87 B
Ruby
class UserDrop < BaseDrop
|
|
def available_name
|
|
@obj.try(:available_name)
|
|
end
|
|
end
|