Rails:设置临时变量?
我需要为视图设置一个临时变量(实际上更多的是“true”或“false”)。
用例是,当创建用户时,他们会被重定向到仪表板页面。对于 Google AdWords 转化跟踪,需要在视图中显示一些代码,但仅应在运行 create
方法后显示。
所以我猜测解决这个问题的方法是设置一些临时变量(@show_conversion
或其他东西)并将其设置为一个视图(类似于闪存消息)。
那么,我该怎么做呢?
I need to set a temporary variable (actually more of a "true" or "false") for a view.
The use case is that when a user is created, they are redirected to a dashboard page. For Google AdWords conversion tracking, there is a bit of code that needs to be displayed in the view, but it only should be displayed after the create
method has been run.
So I'm guessing the way to solve that is to set some temp variable (@show_conversion
or something) and set it for one view (similar to a flash message).
So, how do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)