Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Special types provided by Grape are custom ones #2031

Merged
merged 1 commit into from
Mar 29, 2020
Merged

Special types provided by Grape are custom ones #2031

merged 1 commit into from
Mar 29, 2020

Conversation

dnesteryuk
Copy link
Member

Users tries to use types provided by Grape as an example how to write custom types. So, it makes sense to treat them as custom.

Besides that, it fixes #1986 where a collection of a custom type wasn't coerced properly.

Users trys to use types provided by Grape as an example how to write
custom types. So, it makes sense to treat them as custom.

Besides that, it fixes #1986 where a collection of a custom type wasn't
coerced properly.
@dblock
Copy link
Member

dblock commented Mar 29, 2020

👍

@dnesteryuk dnesteryuk deleted the bugfix/1986 branch March 30, 2020 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Array[File] doesn't validate correctly.
2 participants