Skip to content

Instantly share code, notes, and snippets.

@tdreyno
Created November 16, 2009 19:08
Show Gist options
  • Save tdreyno/236223 to your computer and use it in GitHub Desktop.
Save tdreyno/236223 to your computer and use it in GitHub Desktop.
# Normal Sinatra version
get "/index.html" do
haml :index
end
# Proposed API
with_layout :custom do
get "/using-custom.html"
get "/admin-area/index.html"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment