Skip to content

Instantly share code, notes, and snippets.

@goz
Created March 12, 2010 15:58
Show Gist options
  • Save goz/330459 to your computer and use it in GitHub Desktop.
Save goz/330459 to your computer and use it in GitHub Desktop.
def randomize_photo_file_name
extension = File.extname(photo_file_name)
self.photo.instance_write(:file_name, "#{ActiveSupport::SecureRandom.hex.first(16)}#{extension}")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment