From: "Sven S." Date: 2010-03-08T19:28:38+09:00 Subject: Re: Conditional keys in hash - out of the box? > If you can't use the resource oriented form of form_for which lets > Rails figure out the method based on whether the resource is new or > existing, then why not handle it on the other side of the interface You're right. However, I was wondering if there were a solution that would be both simple and stay in the view. As a matter of fact, form_for figures the method out just fine and so does semantic_form_for (from Formtastic). For admin backends, however, I'm using the "show view" for deleting resources as well, so the method should be :delete then. And that's when - and *only* when - I'd need to pass it. I like Cory's one liner, it's an acceptable solution for the time being. Thanks, Cory! -- Posted via http://www.ruby-forum.com/.