Fix comment syntax

The code syntax in the comment example is invalid
This commit is contained in:
Brian Cardarella 2013-12-31 21:58:04 -05:00
parent 0d4614ca21
commit 9e8592c217
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module Rails
# should give you
#
# namespace :admin do
# namespace :users
# namespace :users do
# resources :products
# end
# end