Rails 7: Issues with custom validation failing on a conditionally required field in a nested form
👀 Views: 3
💬 Answers: 1
📅 Created: 2025-06-05
ruby-on-rails activerecord nested-forms
I'm working on a Rails 7 application where I have a nested form for creating `Order` and associated `LineItem` records. I have a custom validation on the `LineI...