When you do:
Item.eager_graph(:user).all.first.type
you get the type Item. However, when you do:
Item.eager_graph(:user).each {|x| puts x.type}
x will be a Hash. I expect each to pass Item objects instead of Hashes
to the block.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sequel-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/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---