无法读取通知程序视图中的 cookie。在 Rails 1.86 上使用 Ruby 2.3
在我的 send_to_friend 视图中,对应于 Notifier.model 中的 send_to_friend 方法,我访问在帮助程序文件中编码的方法。在此方法中,您读取 cookie 并取决于我显示的一种或其他语言的值。 我遇到此错误:
# Notifier:0xc8cda00 的未定义方法“cookies”
我无法在操作邮件程序 - 通知程序视图中访问 cookie 吗?
谢谢!!
In my send_to_friend view, that corresponds to send_to_friend methos in Notifier.model I access a method that is coded in a helper file. In this method y read a cookie and dependin on the value I show one or other language.
I'm having this error:
undefined method `cookies' for # Notifier:0xc8cda00
Can't I access cookies within Action mailer - notifier views?
Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您无法访问继承自 ActionMailer 的类中的 cookie。为什么要访问视图文件中的 cookie?
I dont think you can access cookies in a Class that inherits from ActionMailer. Why do you want to access the cookies in a view file?