Problem with Railscast #197 - Nested Model Form Part 2
- by sscirrus
I'm trying to implement Ryan's Railscast #197 in a system with Questions, Answers, and (multiple choice) Options. http://railscasts.com/episodes/197-nested-model-form-part-2.
I have successfully implemented the nesting among these forms/partials.
The simpler 'check box' way to delete records works properly.
The problem occurs when I try to…