What is Rails Router?

Submitted by: Muhammad
The Rails router recognizes URLs and dispatches them to a controller's action. It also generate paths and URLs. Rails router deals URLs in a different way from other language routers. It determines controller, parameters and action for the request.
Submitted by: Muhammad

Read Online Ruby on Rails Developer Job Interview Questions And Answers