cerebris / jsonapi-resources

A resource-focused Rails library for developing JSON:API compliant servers.
http://jsonapi-resources.com
MIT License
2.32k stars 533 forks source link

Refine relationship method creation and implicit relationships #1445

Closed lgebhardt closed 10 months ago

lgebhardt commented 10 months ago

Allows the implicit relationships to be tracked separately from the primary relationships, and recreate them through the normal process on derived classes.

Also recreates the relationship methods on the derived class as a separate step after the resource classes are all defined. TODO: Test that this is working

All Submissions:

New Feature Submissions:

Bug fixes and Changes to Core Features:

Test Plan:

Reviewer Checklist: