You can also try :
YourController.helpers.my_helper
for example :
> ApplicationController.helpers.content_tag(:div, "test")
=> "<div>test</div>"
This works with Rails 2, 3 and 4.1
You can also try :
YourController.helpers.my_helper
for example :
> ApplicationController.helpers.content_tag(:div, "test")
=> "<div>test</div>"
This works with Rails 2, 3 and 4.1