jsonapi-rb / jsonapi-rails

Rails gem for fast jsonapi-compliant APIs.
http://jsonapi-rb.org
MIT License
321 stars 63 forks source link

Expose deserialization reverse mapping in controllers #29

Closed mdeutsch closed 7 years ago

mdeutsch commented 7 years ago

Adds a jsonapi_pointers instance method in the controller to access the json pointers generated during deserialization. See #27.

beauby commented 7 years ago

Thanks for this @mdeutsch, I'll rebase it, clean it up, and merge :+1:.