Skip to content

Instantly share code, notes, and snippets.

@cschneid
Created December 15, 2008 19:56
Show Gist options
  • Save cschneid/36066 to your computer and use it in GitHub Desktop.
Save cschneid/36066 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
require 'json'
get "/action" do
content_type :json
{:id => 1, :foo => 'bar'}.to_json
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment