chore: Enable additional attributes in liquid (#1144)

enable additional liquid variables in mailers

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-08-14 00:47:24 +05:30
committed by GitHub
parent 0117997fb1
commit be91b322a4
4 changed files with 18 additions and 11 deletions

View File

@@ -1,2 +1,5 @@
class UserDrop < BaseDrop
def available_name
@obj.try(:available_name)
end
end