Class: Track302::Link

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/track302/link.rb

Instance Method Summary collapse

Instance Method Details

#set_uuidObject



5
6
7
# File 'app/models/track302/link.rb', line 5

def set_uuid
  loop while self.class.find_by(uuid: (self.uuid = SecureRandom.uuid))
end