module HasUuid

def short_uuid

define object methods.
def short_uuid
  self.uuid.first(7)
rescue
  "nil"
end