I would like to send a javascript array to be processed by a method in my controller.
I think I am doing this way wrong. I am a total RoR, jquery, and ajax noobie. Here is what
You should either create a template in app/views/qtl_table/save.html.erb or render something in your controller. If nothing is rendered in the controller action, Rails tries to display default template, and you don't have one.