This commit is contained in:
Mike Gunderloy 2011-09-13 06:47:13 -05:00
parent 7d235b972b
commit 317ad8cb62
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ config.middleware.clear
<ruby>
# config.ru
use MyOwnStackFromStratch
use MyOwnStackFromScratch
run ActionController::Dispatcher.new
</ruby>