Module Sequel::Plugins::Uuid::InstanceMethods
In: lib/sequel/plugins/uuid.rb

Methods

Public Instance methods

Set the uuid when creating

[Source]

    # File lib/sequel/plugins/uuid.rb, line 45
45:         def before_validation
46:           set_uuid if new?
47:           super
48:         end

[Validate]