def ft_sugadd_all (attribute:)
      @model.all.each {|record| ft_sugadd(record: record, attribute: attribute) }
    rescue Exception => e
      Rails.logger.error e if defined? Rails
      return e.message