Skip to content

Instantly share code, notes, and snippets.

@seaofclouds
Created November 24, 2009 01:18
Show Gist options
  • Save seaofclouds/241540 to your computer and use it in GitHub Desktop.
Save seaofclouds/241540 to your computer and use it in GitHub Desktop.
error do
@e = request.env['sinatra_error']
haml :"error"
end
get "/:name" do
@tag = Tag.first(:name => params[:name]) || raise('Tag not found')
haml :list
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment