Hi guys,
I really have a case where I need polymorphic associations. I have
read the previous discussion and did also read http://pastie.org/214893.
But I need a way to association various object with tags (make them
taggable). But also to be able to retrieve that list of object that
are association with the tags. So like Tag.get("tag1").taggables, but
that doesn't seem to be possible with the proposal of the pastie. I
tried remixable but that doesn't seem to work with the new class
created for every object there is.
There is also a use case of getting all the objects a specific user
commented on. So Objects have comments, comments have 1 user. How do I
get all the object a specific user commented on?
Is there an other way (doesn't have to be a plugin), where I can get
all the taggables (tagged objects) for a particular tag? or all the
objects a specific user commented on?
Greets,
Ontwikkelaartje
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---