Skip to content

Instantly share code, notes, and snippets.

@achiurizo
Created February 1, 2012 19:19
Show Gist options
  • Save achiurizo/1718739 to your computer and use it in GitHub Desktop.
Save achiurizo/1718739 to your computer and use it in GitHub Desktop.
require File.expand_path('../config/boot.rb', __FILE__)
map '/' do
use SomeMiddleware
run Padrino.application
end
map '/stats' do
use AnotherMiddleware
run MyOtherApp
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment