Skip to content

Commit

Permalink
Remove unnecessary ).
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Apr 28, 2012
1 parent 4e69a15 commit 770c241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/routing.textile
Expand Up @@ -837,7 +837,7 @@ If you have a large route file that you would like to break up into multiple fil
draw :admin
</ruby>

Then, create a file called +config/routes/admin.rb+. Name the file the same as the symbol passed to the +draw+ method). You can then use the normal routing DSL inside that file:
Then, create a file called +config/routes/admin.rb+. Name the file the same as the symbol passed to the +draw+ method. You can then use the normal routing DSL inside that file:

<ruby>
# in config/routes/admin.rb
Expand Down

0 comments on commit 770c241

Please sign in to comment.