Skip to content

Instantly share code, notes, and snippets.

@kapowaz
Created October 6, 2013 14:40
Show Gist options
  • Save kapowaz/a33e49d7673ec249a109 to your computer and use it in GitHub Desktop.
Save kapowaz/a33e49d7673ec249a109 to your computer and use it in GitHub Desktop.
require './application'
map '/' do
use Rack::Tumblr, prefix: "/posts", name: "mytumblr"
run MyApp
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment