bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 352 forks source link

[Rails 7.1] Association Validator Keyed by Association Name #691

Closed lcreid closed 10 months ago

lcreid commented 10 months ago

In Rails 7.1, it appears the association validator is keyed by association name, and not the foreign key attribute name as the code up to now has been using.

We get to this line and look for the attribute name, but the validator is on the association name.