Ruby on rails - 在 ActionMail er 中使用帮助程序



如何从我创建的帮助程序访问ActionMailer中的帮助程序?

我已经尝试过:如何在我的 ActionMailer 视图中使用我的视图助手? 对于我自己创建的帮助程序,但没有工作。有什么建议吗?

这在过去在 Rails 3 中对我有用:

class OrderMailer < ActionMailer::Base
  helper :application, :orders, :products
  ...
end

我的定制助手显然是订单和产品。

相关内容

  • 没有找到相关文章

最新更新