Method: Notifun::MessageTemplate#merge_fields_description
- Defined in:
- app/models/notifun/message_template.rb
#merge_fields_description ⇒ Object
76 77 78 |
# File 'app/models/notifun/message_template.rb', line 76 def merge_fields_description merge_fields.reduce({}){|hash, (k,v)| hash[k] = v["description"] || v; hash} end |