Skip to content

Instantly share code, notes, and snippets.

@overture8
Last active September 5, 2015 09:55
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 overture8/474031 to your computer and use it in GitHub Desktop.
Save overture8/474031 to your computer and use it in GitHub Desktop.
$ rails c
> app.get '/uri'
> app.post '/uri', :postdata1 => "something", :postdata2 => "nothing"
> app.put '/uri', :postdata1 => "something", :postdata2 => "nothing"
> app.delete '/uri'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment