I trying to understand the purpose of each request of GET/POST/PUT/DELETE, generally we are using those in routes.rb of our Rails App. I need exact explainition with example of each one in Rails app.
I trying to understand the purpose of each request of GET/POST/PUT/DELETE, generally we are using those in routes.rb of our Rails App. I need exact explainition with example of each one in Rails app.