# File lib/uuid_it.rb, line 18
        def find_by_uuid uuid
          return Uuid.find_by_uuidable_type_and_uuid(self.name, uuid).try(:uuidable)
        end