在routes.rb =>
中get "categories/listarchive"
resources :posts
resources :categories
在categories_controller.rb
我def listarchive end;
并且有一个视图listarchive.html.erb
但是我收到了这个错误:Posts #index
中的ActionController :: RoutingError由于
答案 0 :(得分:0)
检查是否有app / controllers / posts_controller.rb文件和一个名为“index”的方法。您是否使用脚手架或手动编写代码?
另外,您可以粘贴更多错误消息吗?也许在索引操作中你有一个带有无效网址的重定向?