v0.9.8 - Fix issue with route helper method name collisions
Bug Fixes
- Fixes an issue where relationship route helper names were not always unique.
Improvements
- Unscopes includes when generating linkage, resulting in less expensive queries.
- Does not call
records.includes
if there are no inclusions. Prevents breaking custom relationships.