OK, I give up. What does this error message really mean? NameError: uninitialized constant LazyArray::RETURN_SELF
I got a really simple 1:n association and get this error from the n side every time. class Account ... has n, :contacts end class Contact ... belongs_to :account end a = Account.first a.contacts => NameError: uninitialized constant LazyArray::RETURN_SELF and here's an irb log: http://gist.github.com/38729 DM 0.9.7 Thank you, Roy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
