What is wrong here?
Haml::Engine.new('= image_tag("golfer.png")').render
image_tag is always undefined (ActionView::Helpers in not loaded). How can I fix that? Thx!
I think I found the solution.
class TagHelper
include Singleton
include ActionView::Helpers::TagHelper
include ActionView::Helpers::AssetTagHelper
end
puts Haml::Engine.new('= image_tag("golfer.png")').render(TagHelper.instance)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With