Home »
MCQs »
Ruby on Rails MCQs
You can redirect any path to another path by using the ____ helper in your router
39. You can redirect any path to another path by using the ____ helper in your router.
- Divert
- Pass
- Routes
- Redirect
Answer: D) Redirect
Explanation:
You can redirect any path to another path by using the redirect helper in your router.