Routing Error No route matches [GET] “/static_pages/home”, tutorial

后端 未结 7 1757
挽巷
挽巷 2021-01-06 04:10

When I run server browser show me something like this:

Routing Error

No route matches [GET] \"/static_pages/home\"

Try running rake routes for more informa         


        
7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-06 04:21

    You could point to "/" or root_path in stead of '/static_pages/home'. No need to point two routes to the same place...

提交回复
热议问题