We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cast String to Array or Hash, e.g:
String
Array
Hash
params do param :ids, Array(String) end
The issue is that different content types have different ways to pass arrays (and hashes). Moreover, there is no single standard of how-to... 🤔
The text was updated successfully, but these errors were encountered:
feat: nested params ✨
b734566
After ~30 hours of trials I've found an ugly but working solution! Closes #24, related to #5
bd522c2
vladfaust
No branches or pull requests
Cast
String
toArray
orHash
, e.g:The issue is that different content types have different ways to pass arrays (and hashes). Moreover, there is no single standard of how-to... 🤔
The text was updated successfully, but these errors were encountered: