Mike Schechter

Results 7 comments of Mike Schechter

@SeyZ I think this issue is related to https://github.com/SeyZ/jsonapi-serializer/issues/84. The links that are currently supported could be moved to `record.meta.links` maybe?

This is to add support for links that are specific to a record. Current behavior is to put 'meta' links on the record as if they were for the record...

I'm still not seeing links. The PR related to this issue made links that are at the top level (parallel with data) work (though in an unexpected way maybe?) Links...

The issue I'm having with fixing this is that now those top level links are in `record.links` and it seems they shouldn't be there. I would expect that `record.links` would...

We are having the same issue with Logstasher 1.0.1 and rails 5.0.0.1. Custom fields are being added for record and view, but not for controller.