Nested forms without accepts_nested_attributes_for in Rails
DRANK
Build nested forms in Rails without accepts_nested_attributes_for. Use separate forms with auto-save and Turbo Streams for a simpler solution.