# File lib/dragonfly/temp_object.rb, line 171 def unique_id @unique_id ||= "#{object_id}#{rand(1000000)}" end