> Any help would be greatly appreciated. This is occurring for all > boolean attributes when their value is false. Thanks,
That sounds like a feature. An unassigned boolean is indistinguishable from a false, so it's a nil. Well-written code never ever says 'if bool == false', which is probably why I have never seen a complaint. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

