sutty/app/views/contact_mailer/notify_usuaries.text.haml

4 lines
96 B
Text
Raw Normal View History

2020-05-30 19:43:25 +00:00
- @params[:form].each do |field, value|
2020-06-03 13:57:52 +00:00
"#{@params[:form_definition].t(field)}: #{value}"
2020-05-30 19:43:25 +00:00
\