我收到一个名为posts的资源,现在我想将root映射到帖子作为资源.
所以结果:
所以结果:
‘/ posts’=>没有
‘/ posts / 1’=>没有
但
‘/’=>帖子#指数
‘/ 1’=>帖子#秀
解决方法
在config / routes.rb中更改
resources :posts
至:
resources :posts,:path => '/'