On Tue, Nov 3, 2009 at 12:25 PM, whostheJBoss <[email protected]>wrote:
> Step 3.) call event with:
> tag1 = Transfer.get("tags.tag", 6);
> tag2 = Transfer.get("tags.tag", 7);
> post = Transfer.get("posts.post", 1);
> post.addTags(tag1);
> post.addTags(tag2);
>
What happens if you dump the object at this point?
> Transfer.save(post);
>
--
E: [email protected]
T: http://www.twitter.com/neurotic
W: www.compoundtheory.com
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
You received this message because you are subscribed to the Google Groups
"transfer-dev" 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/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---