Skip to content

Instantly share code, notes, and snippets.

@Aupajo
Created February 23, 2009 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aupajo/68721 to your computer and use it in GitHub Desktop.
Save Aupajo/68721 to your computer and use it in GitHub Desktop.
Custom Sinatra header
before do
response.header['X-Quote'] = 'Imagination, not intelligence, made us human.'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment