在 Rails 3 中,如何将部分模板呈现给模型中的变量,同时还将局部变量传递到模板中?
我正在 Rails 中做一些电子邮件模板,这似乎是将模板渲染为模型中的变量的常见用例。我该如何在 Rails 3 中解决这个问题?
I'm doing some email templating in Rails which seems to be a common use case for rendering templates into variables in a model. How can I go about this in Rails 3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
模型应该对演示一无所知。尝试设置一个变量,然后在电子邮件模板内渲染部分内容。
Model should know nothing about presentation. Try setting a variable and then rendering partial inside email template instead.