"resources :controller" 除了创建 7 条路线之外还会做其他事情吗?

Does "resources :controller" do anything other than creating 7 routes?

我知道在 routes.rb 中写入 resources :pages 会为 :pages 控制器生成 7 条路由。它会做任何其他事情,还是创建 7 条路线,这些代码所做的一切?

path helpersurl helpers 也被创建。看这里:

http://guides.rubyonrails.org/routing.html#resource-routing-the-rails-default