Seems like we will have to do some work in the future to be compatible with upcoming JR version, 0.10, where resources being closely coupled to ActiveRecord is being worked on.
@hidde-jan in #48 (comment)
Are there any thoughts on how (or if) to incorporate https://github.com/cerebris/jsonapi-resources/issues/1006 and https://github.com/cerebris/jsonapi-resources/pull/977?
From JA:R 0.10 onward, the idea is to delegate record fetching to a RecordAccessor.
In the future, the logic in PunditScopedResource might need to be moved into such a class.
EDIT:
Seems like we will have to do some work in the future to be compatible with upcoming JR version, 0.10, where resources being closely coupled to ActiveRecord is being worked on.
@hidde-jan in #48 (comment)
EDIT: