Skip to content

Instantly share code, notes, and snippets.

@dadamssg
Created December 9, 2013 01:22
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 dadamssg/7866132 to your computer and use it in GitHub Desktop.
Save dadamssg/7866132 to your computer and use it in GitHub Desktop.
Expected Polymorphic json
{
"task": {
"id": "1",
"created_at": "2013-12-09 00:57:50",
"updated_at": "2013-12-09 00:57:50",
"subject": "This is a task.",
"taskable": {
"id": "1",
"type": "person"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment