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.
如果我的路由器说
@resources "homes"
我导航到 /homes
/homes
一切都加载
但如果我有
@match '/', to: 'homes#index'
并导航到/
/
没发生什么事。我刚拿到我的模板。
我自己解决了这个问题并发送了一个 PR,它似乎按预期工作。