Rails - 如何获取控制器中单个图像资源的 URL?

发布于 2024-11-09 16:04:37 字数 252 浏览 0 评论 0原文

我尝试过包含 ActionView::Helpers::AssetTagHelper ,然后使用 image_path() 方法,但这让我感到悲伤:

undefined local variable or method `config' for ActionView::Helpers::AssetTagHelper:Module

可能缺少一些简单的东西。有什么想法吗?

I've tried including ActionView::Helpers::AssetTagHelper and then using the image_path() method however it gives me grief:

undefined local variable or method `config' for ActionView::Helpers::AssetTagHelper:Module

There's probably something simple I'm missing. Any ideas?

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

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

发布评论

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

评论(1

勿挽旧人 2024-11-16 16:04:37

我在巴洛的答案中找到了解决方案: 我怎样才能在 Rails 3 Controller 中使用 image_path

view_context.image_path('/path/to/image')

似乎对我有用,不需要在控制器中包含帮助程序

I found the solution in Barlow's answer here: How can I use image_path inside Rails 3 Controller

view_context.image_path('/path/to/image')

seems to work for me, no need to include helpers in the Controller

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