Posts by Vitor • 1 point
1 post
-
0
votes2
answers315
viewsQ: How to render a json with the json_api adapter using Rails Serializer?
Oops, I’d like to render a json using the json_api standard (http://jsonapi.org/) using Rails Serializer(https://github.com/rails-api/active_model_serializers). In my controller I’m rendering…