Link_to root_path在邮件视图中不起作用

时间:2017-10-18 22:09:22

标签: ruby-on-rails ruby-on-rails-5

我正在尝试将基本的link_to标记添加到邮件视图中。

notification.html.erb:

<%= link_to image_tag('S200.gif'), root_path  %>

错误是undefined local variable or method 'root_path'不太确定为什么相同的代码位(仅限不同的图像)在普通的控制器视图中完全正常工作。 root_path在路由中正确设置。

邮件视图会阻止它吗?

1 个答案:

答案 0 :(得分:1)

我相信答案是“是”&#39;。我今天早上正在阅读docs,我的理解是您需要使用_url代替_path