I have a rails application in development that is taking a submitted form, sending it via a SOAP call using the SAVON gem, and is then receiving back an error message.
My question is: how do I pass that returned error message received in the model back to the controller where I can flash it?