Since jsonapi-resources v0.9.6 it has been possible to do updates to polymorphic has_many associations: https://github.com/cerebris/jsonapi-resources/pull/1217
We should probably have some sort of a test to verify jsonapi-authorization works for these cases.
Would be nice if this new test case was written in a way where all the code needed for the test would be next to the test file itself, as described in #124 (comment)
Since
jsonapi-resourcesv0.9.6 it has been possible to do updates to polymorphichas_manyassociations: https://github.com/cerebris/jsonapi-resources/pull/1217We should probably have some sort of a test to verify
jsonapi-authorizationworks for these cases.Would be nice if this new test case was written in a way where all the code needed for the test would be next to the test file itself, as described in #124 (comment)