[x] I have signed off all my commits as required by DCO
[x] My build is green
Background
Fixes #458
Changelog
Update interface for Assocation.new to differentiate between the Blueprint that the association will be rendered using, and the Blueprint that the association is defined within (parent_blueprint). This resolves an issue where a Symbolif: option would be sent to the association's Blueprint instead of the parent Blueprint.
Add tests to address coverage gap for this functionality.
Checklist:
Background
Fixes #458
Changelog
Assocation.new
to differentiate between theBlueprint
that the association will be rendered using, and theBlueprint
that the association is defined within (parent_blueprint
). This resolves an issue where aSymbol
if:
option would be sent to the association'sBlueprint
instead of the parentBlueprint
.