Skip to content

Instantly share code, notes, and snippets.

@nowlinuxing
Created March 5, 2013 09:41
Show Gist options
  • Save nowlinuxing/5089114 to your computer and use it in GitHub Desktop.
Save nowlinuxing/5089114 to your computer and use it in GitHub Desktop.
class FoosController < ApplicationController
skip_before_filter :verify_authenticity_token
end
$ curl -i -X PUT -H "Content-Type: application/json; charset=utf-8" -d '{"title": "hoge"}' http://localhost:3000/foos/123.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment