I have been reading up on the difference between put and post requests and I have some related questions as it pertains to rails: I would like to change one specific field i
In the routes.rb you have to map method and controller#action. In your class you define 3 times the same method. So if you want map these actions to a HTTP method you can't.
You going to change the name of each method and change the implementation to the model class.