我正在尝试在 Rails 3 模型中使用 Sprockets 的 image_path 方法。我已经尝试ActionView::Helpers::AssetTagHelper
在我的模型中包含并调用 image_path 但这不起作用(undefined local variable or method 'config'
)。
有任何想法吗?
更新 - 这对我有用:
ActionController::Base.new.view_context.asset_path("image.png")