In my app, each Game involves two players, who have different roles. One plays cat, the other plays dog. How can I describe this in Ruby's datamapper?
The documentation only gives examples where the names of the properties match the name of the class, which limits us to one association per class http://datamapper.org/docs/associations.html
I would like my game to have a cat player and a dog player.