Ready first version of reusable apps dispatching.

This commit is contained in:
Wlodek Bzyl 2009-06-02 00:09:49 +02:00
parent 4152cefbf1
commit 93fed97feb
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Or, if subclassing `Sinatra::Base`, include helpers manually:
With the latest version of Sinatra it is possible to build With the latest version of Sinatra it is possible to build
reusable Sinatra applications. This means that multiple Sinatra applications reusable Sinatra applications. This means that multiple Sinatra applications
can now be run in isolation and co-exist peacefully with other Rack can be run in isolation and co-exist peacefully with other Rack
based applications. Subclassing `Sinatra::Base` creates such a based applications. Subclassing `Sinatra::Base` creates such a
reusable application. reusable application.