Hi
I'm trying to create an Ajax request that displays a list of inventory items resulting from a search on a keyword. How can I insert the list of inventory items using a partial or a string of html onto the page following the ajax request? The following doesn't work because I can't use a content_tag helper method in a controller.
You can have a view file for that action as you would for any other action
Fred