Topic: Persist error_messages_for(:object) across a request
Is it possible to hang on to the error_messages_for(:object) for the duration of a redirect_to? I know the convention is to use render :action instead of redirect_to when there are errors saving a model, but in this case, the form is generated by a different controller than the one saving the model. What would be the Rails Way to pass the errors over to the other controller action?
Last edited by jed.hurt (2006-11-11 21:45:57)