RoR: How to handle custom nested form's submit
问题 I managed to do almost all the way towards happiness with my custom form in ruby-on-rails, but the very last step is missing and it is impossible to find the answer on the net because of too many common words. I believe that the answers to my questions are trivial for people who have done RoR for a time, but be warned that the presentation of the question will be somewhat complicated. Let's see an equivalent problem! Schema: publishers (id, name, address) books (id, title, publisher_id,