I'm trying to migrate an old database using DataMapper and I am having an issue with a many to many relation.
I have a Post
and Tag
model that both go through an anonymous resource. I can set the repository name in the post and tag models, but not the auto-generated PostTag
model (as far as I know). Is there a way to make all of them use the same repository name (:legacy
)?
Cheers,
Tom