Skip to content

Instantly share code, notes, and snippets.

@beckyconning
Created January 17, 2013 12:45
Show Gist options
  • Save beckyconning/4555710 to your computer and use it in GitHub Desktop.
Save beckyconning/4555710 to your computer and use it in GitHub Desktop.
format.csv {
send_data(
render_to_string,
:type => "text/csv",
:filename => "review.csv",
:dispostion => 'attachment',
:status => '200 OK'
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment