module Uuidable

Main module

Constants

COLUMN_NAME
COLUMN_OPTIONS
COLUMN_TYPE
INDEX_OPTIONS
VERSION

Public Instance Methods

generate_uuid() click to toggle source
# File lib/uuidable.rb, line 9
def generate_uuid
  SecureRandom.uuid
end