You should use validates_inclusion_of. See: http://www.railsbrain.com/api/rails-2.2.2/doc/index.html?a=M001821&name=validates_presence_of
Regards, Craig On Mon, Jan 12, 2009 at 5:53 PM, Taylor Strait < [email protected]> wrote: > > This almost feels like a bug to me, since false is not nil. (i don't > think!) Using v_p_o on a boolean field fails validation if the field is > passed with 'false'. It passes validation in the case of true. How can > I validate _presence_of a boolean if it is submitted false? > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

