1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Mike Gunderloy 2011-09-13 06:47:13 -05:00
parent 7d235b972b
commit 317ad8cb62

View file

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