module Uuidable::ActiveRecord

ActiveRecord mixin

Public Instance Methods

short_uuid() click to toggle source
# File lib/uuidable/active_record.rb, line 40
def short_uuid
  UUIDTools::UUID.parse(uuid).hexdigest
end