When an empty string is stored in Oracle, it is converted to a null. When I retrieve it with rails, I get a nil object.
I would like to modify my Rails model to return an empty string instead of null for that attribute, instead of modifying code in multiple places. Is that easily doable? I tried an alias, but that did not work. Thanks in Advance, Don Mc --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

