def destroy
    @manifestation_relationship_type.destroy

    respond_to do |format|
      format.html { redirect_to manifestation_relationship_types_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.manifestation_relationship_type')) }