Skip to content

Commit

Permalink
fix white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarruitero committed Nov 5, 2012
1 parent ebc18cf commit 223ed2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/routing.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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: 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 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 edit_user GET /users/:id/edit(.:format) users#edit
``` ```


Expand Down

0 comments on commit 223ed2b

Please sign in to comment.