On Mon, Oct 19, 2009 at 1:51 PM, Nicholas Orr <[email protected]> wrote: > ok so I replaced > return nil if rows.empty?
return nil if rows.nil? (typo) > with > p rows > and the error in full is --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
