marnen / contraq

Contract tracker for musicians and other freelancers
MIT License
0 stars 2 forks source link

Consider replacing `form_for` with `form_with` #36

Open marnen opened 6 years ago

marnen commented 6 years ago

See http://guides.rubyonrails.org/5_1_release_notes.html#unification-of-form-for-and-form-tag-into-form-with. Note that by default, this makes remote forms; we may want to turn that behavior off.