It is a method that can rewrite the information in the server by sending the information from the browser to the server, and is used when updating the registration information.
When you actually edit the original data after performing the edit action with rails and transitioning to the edit screen The update action will be executed, but by using the HTTP method PATCH as the routing at that time, the update action can be started and the data can be updated.