Method: Sequel::Plugins::Uuid::InstanceMethods#before_validation
- Defined in:
- lib/sequel/plugins/uuid.rb
#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 |