Class: Track302::Link
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Track302::Link
- Defined in:
- app/models/track302/link.rb
Instance Method Summary collapse
Instance Method Details
#set_uuid ⇒ Object
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 |