GreenStepsChatt / greensteps

This is the web app for Green Steps, a community focused initiative that incentivizes litter cleanup in the Chattanooga area.
https://www.greenstepschatt.com/
MIT License
12 stars 31 forks source link

Make all forms remote #130

Open crawfoal opened 6 years ago

crawfoal commented 6 years ago

This will be the default in future versions of Rails. The new framework defaults initializer has a setting we can switch to make this the default behavior of form_with.

Issue #129 should be done first.