On Sun, Nov 29, 2009 at 5:07 PM, Eric-Olivier Lamey <[email protected]> wrote:
> [...]
> class TagImage
>  belongs_to :tag, child_key: [:tag]
>  belongs_to :image, child_key: [:image]
> end

  Silly me! Of course, the :position_in_collection property I'm
referring to is in TagImage:

class TagImage
  property :position_in_collection, String, field: 'positionInCollection'
end

--

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.


Reply via email to