2013-07-04 49 views
0

我覺得自己像個白癡。基於多個教程,我設置了一個基本的聯繫表單。郵件發送很好,所有。但電子郵件的內容不存在。主題工作正常。如何使Rails 3的聯繫人表單發送表單的內容

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

這是控制檯輸出。

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

沒有在郵件只是沒有內容...

回答

1

根據您的要點你的電子郵件查看contact_us_mailer.html.erb。它應該是app/views/contact_us_mailer/new_message.html.erb

+0

gracias ...非常感謝 –