jsonapi-rb / jsonapi-renderer

Efficiently render JSON API documents.
http://jsonapi-rb.org
MIT License
27 stars 11 forks source link

Multi fetch needs the array of keys splatted. #29

Closed rovermicrover closed 6 years ago

rovermicrover commented 6 years ago

In reference to this other PR https://github.com/jsonapi-rb/jsonapi-renderer/pull/28

beauby commented 6 years ago

Thanks for the PR :+1:. You'll probably need to add a splat there as well for the tests to pass.

LGTM otherwise.

rovermicrover commented 6 years ago

Well aren't I stupid/lazy. I fixed that on the last PR and completely forgot about it my bad.

beauby commented 6 years ago

Perfect, thanks! Merging

samnang commented 6 years ago

@beauby any chance to get a new release that contains this fix?