Remove unnecessary ).

This commit is contained in:
Uģis Ozols 2012-04-28 13:31:53 +03:00
parent 4e69a1579e
commit 770c2411da
1 changed files with 1 additions and 1 deletions

View File

@ -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