On 4 November 2011 16:05, JavierQQ <[email protected]> wrote: > > I want that it only validates it when I'm CREATING a new one, not when > I'm UPDATING > > How can I do that?
That is not really a function of the controller action, it is just whether you are creating a record or updating an existing one. Did you read the guide as I suggested? Colin -- 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.

