Rails 3:控制器内的 @template 变量为零

发布于 2024-09-10 23:26:46 字数 69 浏览 7 评论 0原文

我已经开始使用 Rails 3 beta3,我发现控制器内的 @template 变量为零。如何在控制器内调用辅助方法?谢谢

i've started using rails 3 beta3 and I have see that the @template variable inside controllers is nil. How I can call helpers methods inside a controller? Thx

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

春花秋月 2024-09-17 23:26:47

使用 view_context 方法而不是 @template

这是因为 Rails 3 中引入了新的 AbstractController

您可以在这里阅读更多信息:

http://apidock.com/rails/AbstractController/Rendering/view_context

Use the view_context method instead of @template.

This is because in Rails 3 the new AbstractController was introduced.

You can read more here:

http://apidock.com/rails/AbstractController/Rendering/view_context

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文