在旧版本的Rails中,有什么方法可以说,控制器<-->查看共享方法?

发布于 2024-09-28 04:57:05 字数 199 浏览 2 评论 0 原文

我认为在 Rails 的新版本中,有一些方法可以使用类似的方法来“在控制器和视图之间共享这些方法”

controller.helper
controller.helper_method 

(我不确定它们是否是)。但是如果旧版本的 Rails 中缺少这些方法怎么办?如何告诉 Rails 在控制器和视图之间共享方法?

I think in newer versions of Rails, there are ways to say, "share these methods between controllers and views" using something like

controller.helper
controller.helper_method 

(I am not sure if they are). But what if these methods are missing in older versions of Rails? How can you tell Rails to share methods between controllers and views?

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

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

发布评论

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

评论(1

零崎曲识 2024-10-05 04:57:05

如果是这种情况,那么您的应用程序可能有问题。 helper_method 自 Rails 1.0 起就可用。

http://apidock.com/rails/v1.0.0/ActionController/Helpers /ClassMethods/helper_method

If that's the case then something is probably wrong with your app. helper_method has been available since Rails 1.0.

http://apidock.com/rails/v1.0.0/ActionController/Helpers/ClassMethods/helper_method

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