Hector Sansores
Hector Sansores
Fred, I am having the same problem and have been struggling with it for hours. In Rails (4.2.9) the received params hash has a top level :_jsonapi key and then...
@beauby When I add `deserializable_resource :observation`the following is added to params ``` "observation" => { "type" => nil } ``` One thing to notice is that the payload in the...
@beauby I've done some research and noticed that the _jsonapi key is required. I debugged my controller and the code inside the `before_action` block in `deserializable_resource` method is not executed....