Notes posted by mpechner
RSS feed
0 thanks
Does not respond to ajax call
I inherited some code that used form_remote_tag. send_file and send_data did not work.
Changing from from_remote_tag to form_tag and all worked as expected.