Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Add support for associations with inverse_of option #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sharshenov
Copy link
Contributor

Relations may have custom names which do not match with model class name. ActiveRecord provides :inverse_of option for association definition to support that.

With this PR cache_depends_on also starts to support associations with :inverse_of option

Relations may have custom names which do not match with model class name. ActiveRecord provides :inverse_of option for association definition to support that.
@sharshenov sharshenov force-pushed the add-support-for-associations-with-inverse-of branch from b5201d5 to ce5f6d9 Compare August 8, 2021 17:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant