Added documentable feature to legislation processes

This commit is contained in:
Manuel Ortega
2017-10-18 19:50:34 +02:00
parent c6d683083f
commit 97fb986626
8 changed files with 73 additions and 2 deletions

View File

@@ -52,7 +52,8 @@ class Admin::Legislation::ProcessesController < Admin::Legislation::BaseControll
:allegations_phase_enabled,
:draft_publication_enabled,
:result_publication_enabled,
:published
:published,
documents_attributes: [:id, :title, :attachment, :cached_attachment, :user_id, :_destroy]
)
end
end