On Thu, Mar 26, 2009 at 2:59 PM, Greg Donald <[email protected]> wrote: > u[n] = u[n].strip if u[n].respond_to?( 'strip' )
Sorry, this line should actually be: model[n] = model[n].strip if model[n].respond_to?( 'strip' ) -- Greg Donald http://destiney.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 -~----------~----~----~----~------~----~------~--~---

