Files
Oliver Günther f4eb39f79f Ensure token_name is unique per token class, and has a proper error message
The token_name was only defined for the API token, which meeting token
doesn't inherit from.

Token::Named wouldn't necessarily need to be inherited from, but only
that way will AR look up the ancestors for attribute and error names.
2025-09-03 14:06:35 +02:00
..