Skip to content

Instantly share code, notes, and snippets.

@devhero
Created July 23, 2015 08:43
Show Gist options
  • Save devhero/78d4b8eb905718f140f9 to your computer and use it in GitHub Desktop.
Save devhero/78d4b8eb905718f140f9 to your computer and use it in GitHub Desktop.
File.open(file_path, 'r') do |f|
send_data f.read, type: "text/excel"
end
File.delete(file_path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment