How can one have two submit buttons within one form_for method submit to different actions?
I first saw this question and followed a link in one of the answers to this (rather old) railscast Towards the end of this Railscast, Ryan Bates suggests using the submit_to_remote method to submit the form to that different action. I can't find this submit_to_remote method in the documenation (I'm using Rails 3.1). Is there still a way to have different submit buttons submit to different actions?