def associations_for_has_many_validations(record)
      # NOTE: keeping existent validation for API purposes
      # The form validations just validate the fields for the current step
      return has_many_association_names_for_steps[record.form_step] || [] unless validate_all_steps?(record)
      has_many_association_names_for_steps.select do |k, _v|