Skip to content

Instantly share code, notes, and snippets.

@RichGuk
Created March 23, 2010 16:53
Show Gist options
  • Save RichGuk/341380 to your computer and use it in GitHub Desktop.
Save RichGuk/341380 to your computer and use it in GitHub Desktop.
require 'admin_app'
map '/admin' do
use AdminApp
end
require 'other_app'
map '/' do
use OtherApp
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment