Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的路由文件中有以下内容:root :to=> "Registrations#index" 但是当我转到根路径 (localhost:3000) 时,会显示默认的 rails 应用程序页面,而不是 Registrations#index 的视图。
删除 public/index.html 以使路由正常工作。