Mailer error missing template

后端 未结 8 1035
谎友^
谎友^ 2021-02-18 21:25

Hello,

I have problem with ActionMailer, when I try to execute action:

rake send_email

I get a error:



        
8条回答
  •  庸人自扰
    2021-02-18 22:18

    I had a similiar issue. I had missed adding the gem 'haml-rails' in my Gemfile. Check if you are missing the gem.

提交回复
热议问题