我尝试过包括ActionView::Helpers::AssetTagHelper
,然后使用image_path()
方法,但这让我很难过:
undefined local variable or method `config' for ActionView::Helpers::AssetTagHelper:Module
我可能错过了一些简单的东西。有什么想法吗?
我在Barlow的回答中找到了解决方案:我如何在Rails3Controller 中使用image_path
view_context.image_path('/path/to/image')
似乎对我有效,无需在控制器中包含助手