#1 楼 @yunshang
默认生成的七个路由,我可以这样避免:
resources :user, only: [] do resources :posts end
想知道这是不是一种正确的做法。
bundle config --delete bin # Turn off Bundler's stub generator rails app:update:bin # Use the new Rails 5 executables git add bin # Add bin/ to source control