Skip to content

Add a mechanism to help prevent collisions #9

Description

@doliveirakn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions