Answers

Question and Answer:

  Home  Ruby on Rails Developer

⟩ What is Rails Router?

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.

 174 views

More Questions for you: