I not sure how to set the home page as root route
Hi Michael,
You can use root
in config/routes.rb
like this:
root 'controller#action'
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.