fixes typo introduced while fixing conflicts

This commit is contained in:
rgarcia
2017-11-08 11:56:49 +01:00
parent c8094d9863
commit f3831de31c

View File

@@ -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
)