Skip to content

Instantly share code, notes, and snippets.

@pbonnell
Created January 6, 2011 22:52
Show Gist options
  • Save pbonnell/768771 to your computer and use it in GitHub Desktop.
Save pbonnell/768771 to your computer and use it in GitHub Desktop.
file: _upload_params.json.erb
{
"auth": {
"key": "4d24e398cd344661a27f47f172ec3211"
}
, "template_id": "4d24ef08014047129610498c72ec3211"
, "steps":{
"export_thumb":{ "path": "peter_test/images/thumb/${file.original_id}_${file.urlName}"}
}
,"redirect_url":"/admin/galleries/upload/7"
}
NEEDS TO RENDER to (rm newlines & convert HTML entities) :
{"auth": {"key": "4d24e398cd344661a27f47f172ec3211"}, "template_id": "4d24ef08014047129610498c72ec3211", "steps":{ "export_thumb":{ "path": "peter_test/images/thumb/${file.original_id}_${file.urlName}"}},"redirect_url":"/admin/galleries/upload/7"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment