From f5f44d3bcd16472874e05ffba98730e099765596 Mon Sep 17 00:00:00 2001 From: Agnieszka Figiel Date: Thu, 8 Sep 2016 09:09:23 +0100 Subject: [PATCH] fixed post-merge issue --- app/models/nomenclature_change/output.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/nomenclature_change/output.rb b/app/models/nomenclature_change/output.rb index b055168c7a..70a08f625b 100644 --- a/app/models/nomenclature_change/output.rb +++ b/app/models/nomenclature_change/output.rb @@ -41,7 +41,8 @@ class NomenclatureChange::Output < ActiveRecord::Base :new_name_status, :new_parent_id, :new_rank_id, :taxonomy_id, :note_en, :note_es, :note_fr, :internal_note, :is_primary_output, :parent_reassignments_attributes, :name_reassignments_attributes, - :distribution_reassignments_attributes, :legislation_reassignments_attributes, :tag_list + :distribution_reassignments_attributes, :legislation_reassignments_attributes, + :output_type, :tag_list belongs_to :nomenclature_change belongs_to :taxon_concept