如何使Rails 3联系表单发送表单的内容

时间:2013-07-04 03:50:58

标签: ruby-on-rails ruby-on-rails-3

我觉得这里像个白痴。基于多个教程,我设置了一个基本的联系表单。邮件发送罚款和所有。但电子邮件的内容不存在。这个问题很好。

Processing by PagesController#create_message as JS
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"ernukxaM9arPJwd8gmuxa/poc4FMh+s6ItsXAMW7BcE=", "message"=>{"name"=>"TJ", "email"=>"tj@tjsherrill.com", "body"=>"Test after file name change"}, "commit"=>""}

这是控制台输出。

我的代码:https://gist.github.com/anonymous/5924775

电子邮件中没有内容...

1 个答案:

答案 0 :(得分:1)

根据您的要点,您的电子邮件视图为contact_us_mailer.html.erb。它应该是app/views/contact_us_mailer/new_message.html.erb