Right now you can create collisions by doing something like
config.add :actor, {
1 => 'A',
1 => 'B'
}
If you did something like this, all references to 'A' will become references to 'B' and that could be catastrophic.
A mechanism should be added so that this is prevented at a code level.