把 Route 里加个 Namespace,有没有什么非常好操作的方法呢? 难道遇到这样的情况,只可以手动去加?修改所有的_path。。。
可以用 scope
scope '/api/v1' do resources :books end
path helper 不变。