Public Instance methods
before_validation()
Set the uuid when creating
[show source]
# File lib/sequel/plugins/uuid.rb 45 def before_validation 46 set_uuid if new? 47 super 48 end