diff --git a/app/controllers/admin/legislation/processes_controller.rb b/app/controllers/admin/legislation/processes_controller.rb index 8c790b023..37f547883 100644 --- a/app/controllers/admin/legislation/processes_controller.rb +++ b/app/controllers/admin/legislation/processes_controller.rb @@ -58,9 +58,9 @@ class Admin::Legislation::ProcessesController < Admin::Legislation::BaseControll :draft_publication_enabled, :result_publication_enabled, :published, - documents_attributes: [:id, :title, :attachment, :cached_attachment, :user_id, :_destroy], :proposals_description, - :custom_list + :custom_list, + documents_attributes: [:id, :title, :attachment, :cached_attachment, :user_id, :_destroy] ) end