Skip to content

Instantly share code, notes, and snippets.

@benlovell
Created November 21, 2012 11:45
Show Gist options
  • Save benlovell/4124495 to your computer and use it in GitHub Desktop.
Save benlovell/4124495 to your computer and use it in GitHub Desktop.
Sinatra attachments
get "/"
headers["Content-Disposition"] = "attachment;filename=the_file.txt"
headers["Content-Type"] = "..."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment