Hello,
how can I use link_to_remote inside of a controller?
I have already included ActionView::Helpers::JavaScriptHelper, but still get the error:
undefined method `content_tag'
Thanks!
|
|
Hello, how can I use link_to_remote inside of a controller? I have already included ActionView::Helpers::JavaScriptHelper, but still get the error:
Thanks!
|
||||
|
|
|
You'll need to discover all of the helpers that need to be included to make it work. For instance, http://www.railsbrain.com/api/rails-2.2.2/doc/index.html?a=M002139&name=content_tag It may be time to consider an alternative design. |
||
|
|
|
Watch this screen cast by Ryan Bates: Helpers outside views |
||
|
|