diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-04-28 13:31:53 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2012-04-28 13:31:53 +0300 |
commit | 770c2411da905b23aba67dbffdd9961e08b50cf7 (patch) | |
tree | b0a4a33ed7ce8d373dd4eeda0ceacf1fc8f77fd0 | |
parent | 4e69a1579ea74fe2823f6fb2f055db97480492e5 (diff) | |
download | rails-770c2411da905b23aba67dbffdd9961e08b50cf7.tar.gz rails-770c2411da905b23aba67dbffdd9961e08b50cf7.tar.bz2 rails-770c2411da905b23aba67dbffdd9961e08b50cf7.zip |
Remove unnecessary ).
-rw-r--r-- | guides/source/routing.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/routing.textile b/guides/source/routing.textile index 836e0cdd70..4a50edbb15 100644 --- a/guides/source/routing.textile +++ b/guides/source/routing.textile @@ -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 |