aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/routing.textile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-04-28 13:31:53 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2012-04-28 13:31:53 +0300
commit770c2411da905b23aba67dbffdd9961e08b50cf7 (patch)
treeb0a4a33ed7ce8d373dd4eeda0ceacf1fc8f77fd0 /guides/source/routing.textile
parent4e69a1579ea74fe2823f6fb2f055db97480492e5 (diff)
downloadrails-770c2411da905b23aba67dbffdd9961e08b50cf7.tar.gz
rails-770c2411da905b23aba67dbffdd9961e08b50cf7.tar.bz2
rails-770c2411da905b23aba67dbffdd9961e08b50cf7.zip
Remove unnecessary ).
Diffstat (limited to 'guides/source/routing.textile')
-rw-r--r--guides/source/routing.textile2
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