Ruby on Rails - render :action doesn’t run action

June 13th, 2008 No Comments

I want to be cool like everyone else so I use a REST methodology for most of my Rails controllers these days. I wasn’t ever quite sure how my views managed to maintain values for a given object (User, Post, etc) after a failed call to create that that did a render :action => [...]

Tags:   ·