Alternative for accepts_nested_attributes_for - maybe virtus

后端 未结 4 645
萌比男神i
萌比男神i 2021-02-07 04:21

I\'m relatively new to rails and finally found the right way to use accepts_nested_attributes_for.

However, there are some serious resources on the web who

4条回答
  •  难免孤独
    2021-02-07 05:12

    Railscasts also has an episode on nested form models: http://railscasts.com/episodes/196-nested-model-form-revised?view=asciicast

    As shown in the comments, cocoon gem simplifies a lot: https://github.com/nathanvda/cocoon

提交回复
热议问题