amatsuda / nested_scaffold

Nested scaffold generator for Rails 4.2 and 5
MIT License
178 stars 34 forks source link

add form_with for Rails >= 5.1 compliance #15

Closed StevenComyn closed 5 years ago

StevenComyn commented 7 years ago

The goal of this pull request is to future proof _form.html.erb and _form.html.haml regarding the future deprecation of form_for. Please reference Rails Pull Request and Rails 5.1 Release Notes

amatsuda commented 5 years ago

Thank you!!