在单独的库中使用静态路径辅助方法

发布于 2024-11-24 12:09:49 字数 126 浏览 1 评论 0原文

在我的应用程序中使用的某个模块中,我想使用方法alarm_path(alarm)。如何将此方法包含在我当前的模块中?

我已经尝试包含 ActionView::Helpers::UrlHelper,但它仍然抱怨此方法不存在。

In a certain module that I am using in my application, I would like to use the method alarm_path(alarm). How can I include this method in my current module?

I already tried to include ActionView::Helpers::UrlHelper, though, it still complain that this method does not exists.

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

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

发布评论

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

评论(1

守护在此方 2024-12-01 12:09:49

只需添加此内容而不是当前的 include

include Rails.application.routes.url_helpers

Simply add this instead of your current include:

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