-
Notifications
You must be signed in to change notification settings - Fork 60
Closed as not planned
Labels
Description
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.
Are there any thoughts on how (or if) to incorporate cerebris/jsonapi-resources#1006 and cerebris/jsonapi-resources#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:
- See Fix a bug for checking JSONAPI::Relationship::ToOne authorization #82 for a case where a new upcoming release caused compatibility issues with upstream