Module: Sequel::Plugins::Uuid::InstanceMethods
- Defined in:
- lib/sequel/plugins/uuid.rb
Instance Method Summary collapse
- 
  
    
      #before_validation  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Set the uuid when creating. 
Instance Method Details
#before_validation ⇒ Object
Set the uuid when creating
| 45 46 47 48 | # File 'lib/sequel/plugins/uuid.rb', line 45 def before_validation set_uuid if new? super end |