Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can enum values be validated on a request ? #397

Open
muraaano opened this issue Jul 20, 2023 · 0 comments
Open

Can enum values be validated on a request ? #397

muraaano opened this issue Jul 20, 2023 · 0 comments

Comments

@muraaano
Copy link
Contributor

On a request, request format can be validated by Committee::Middleware::RequestValidation.
But enums definition looks like not be validated by that.

I think it is useful to be validated because application code have not implement it like duplication.
Can we do that with some option ?

I checked enums mismatch on request won't raise exception with:

  • Ruby 3.2.2
  • Committee 5.0.0
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant