【发布时间】:2021-09-28 14:14:13
【问题描述】:
错误自带
请在 config/routes.rb 中添加一些路由。
routes.rb 已经有
devise_for :users
我不确定如何修复此错误。我在 GIT 终端中尝试了rake routes,结果如下:
rake aborted!
Don't know how to build task 'routes' (See the list of available tasks with `rake --tasks`)
在本地服务器上以开发模式运行。
【问题讨论】: