官网例子主子表报错undefined method `post_comments_path'
?按官网例子创建comment后,进入post show页面报错,解决方案如下:
修改route.rb
resources :posts do resources :comments end