As a user, when I click on the "just watered" button", I expect that "watered" information to be updated. - [ ] create an AJAX "PUT" method that will call the update route - [ ] using the "/:user/plant/:plant/water" url (this path may have to change. Talk with Calvin to make sure) - [ ] and receiving/showing the updated information
As a user, when I click on the "just watered" button", I expect that "watered" information to be updated.