Using Vue.js as an Alternative to Rails Nested Forms
Here is a quick post about using Vue.js to handle multiple models in the same form in a Rails app. This is an alternative to nested forms and accepts_nested_attributes_for: http://www.rymcmahon.com/articles/9
Post a comment