class Asset

def assign_uuid

def assign_uuid
  self.uuid = UUIDTools::UUID.timestamp_create.to_s unless uuid?
end