[bug] association
with if: <Symbol>
finds a method from wrong blueprint
#458
Labels
bug
An issue with the system
Is there an existing issue for this?
Is this a regression?
Current Behavior
association :parent, blueprint: ParentBlueprint, if: :include_parent?
inChildBlueprint
callsParentBlueprint.include_parent?
Expected Behavior
association :parent, blueprint: ParentBlueprint, if: :include_parent?
inChildBlueprint
should callChildBlueprint.include_parent?
Steps To Reproduce
Use this script to reproduce the problem.
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: