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

passing in list of params for collection? #456

Open
jji-fieldwire opened this issue Mar 18, 2020 · 0 comments
Open

passing in list of params for collection? #456

jji-fieldwire opened this issue Mar 18, 2020 · 0 comments

Comments

@jji-fieldwire
Copy link

Is it possible to do something like this?

items = [item1, item2, item3]
param1, param2, param3 = 'a', 'b', 'c'

MySerializer.new(items, { params: { myparam: [param1, param2, param3] } })
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

No branches or pull requests

1 participant