Remove ajax form handling
This page reloads on submit anyway. Using ajax here does nothing. So we remove `remote: true` to make rails handle this form normally.
Showing
Please register or sign in to comment
This page reloads on submit anyway. Using ajax here does nothing. So we remove `remote: true` to make rails handle this form normally.