Skip to content

Instantly share code, notes, and snippets.

@jordanbyron
Forked from tvladeck/a.rb
Last active December 20, 2015 12:58
Show Gist options
  • Save jordanbyron/6134717 to your computer and use it in GitHub Desktop.
Save jordanbyron/6134717 to your computer and use it in GitHub Desktop.
file_name = File.basename(@account.logo.url)
tmp_file = Rails.root.join('tmp', file_name).to_s
File.open(tmp_file, "wb") do |f|
f.write open(@account.logo.url).read
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment