Guest User

Untitled

a guest
Jul 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def filename
  2. @random_filename ||= ActiveSupport::SecureRandom.hex(20)
  3. "#{@random_filename}#{File.extname(original_filename).downcase}" if original_filename
  4. end
Add Comment
Please, Sign In to add comment