Skip to content

Instantly share code, notes, and snippets.

@dylanz
Created January 28, 2010 18:31
Show Gist options
  • Save dylanz/288999 to your computer and use it in GitHub Desktop.
Save dylanz/288999 to your computer and use it in GitHub Desktop.
>> @something.to_json
=> {"foo": "bar"}
>> params[:callback]
=> "aoeu"
>> render :json => @something.to_json, :callback => params[:callback]
=> aoeu({"foo": "bar"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment