Skip to content

Instantly share code, notes, and snippets.

@steadicat
Created August 27, 2010 19:55
Show Gist options
  • Select an option

  • Save steadicat/554066 to your computer and use it in GitHub Desktop.

Select an option

Save steadicat/554066 to your computer and use it in GitHub Desktop.
DB = "#{ENV['CLOUDANT_URL']}/music"
get "/doc/:doc" do
doc = RestClient.get("#{DB}/#{params[:doc]}")
@result = JSON.parse(doc)
haml :doc_id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment