Module: Card::Set::Right::Account::Views::EmailHtmlFormat
- Extended by:
- AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb
Instance Method Summary collapse
Instance Method Details
#mail(context, fields) ⇒ Object
70 71 72 |
# File 'platypus/tmp/set/gem-defaults/mod014-account/right/account/views.rb', line 70 def mail context, fields super context, fields.reverse_merge(to: card.email) end |