Hello all, I have a named scope 'profile' that points to 'users/edit' (there is no id as I'm using Authlogic). When the update fails, I want to keep the same url /profile and keep my error messages. How do I do this? Using render :action => 'edit' or 'profile' (I set up a profile template to test it) Redirect allows me to keep the url but I lose the error messages.
Am I doing something ultra simple wrong? Thank you -ants -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

