On Thu, 2013-03-28 at 09:27 +1100, Koper, Dies wrote: > The error message is the same, but the line number it occurs in has changed > (was schema.rb:273:in > `to_xml'). After adding extract(model) to it there it works fine. Thanks! > > Not sure where to move the "def extract" method declaration to make it > accessible from both classes. I tried moving it to under "The actual > Schema class" section but it wasn't accessible from the Hash class. > How can I fix that?
Unclear .. I don't know where exactly you are seeing the error now. Can you send a patch of what you needed to change ? Also, have you been able to reproduce this with the mock driver ? Might require messing with the default data for it. David
