From f3831de31cb77445a67b9afc96a9fc05a3ed3f29 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Wed, 8 Nov 2017 11:56:49 +0100 Subject: [PATCH] fixes typo introduced while fixing conflicts --- app/controllers/admin/legislation/processes_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/legislation/processes_controller.rb b/app/controllers/admin/legislation/processes_controller.rb index f2c7ed59c..8c790b023 100644 --- a/app/controllers/admin/legislation/processes_controller.rb +++ b/app/controllers/admin/legislation/processes_controller.rb @@ -58,7 +58,7 @@ class Admin::Legislation::ProcessesController < Admin::Legislation::BaseControll :draft_publication_enabled, :result_publication_enabled, :published, - documents_attributes: [:id, :title, :attachment, :cached_attachment, :user_id, :_destroy] + documents_attributes: [:id, :title, :attachment, :cached_attachment, :user_id, :_destroy], :proposals_description, :custom_list )