提交 223ed2b4 编写于 作者: C Cesar Carruitero

fix white spaces

上级 ebc18cf2
......@@ -925,9 +925,9 @@ Both methods will list all of your routes, in the same order that they appear in
For example, here's a small section of the `rake routes` output for a RESTful route:
```
users GET /users(.:format) users#index
users GET /users(.:format) users#index
POST /users(.:format) users#create
new_user GET /users/new(.:format) users#new
new_user GET /users/new(.:format) users#new
edit_user GET /users/:id/edit(.:format) users#edit
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册