adds signature sheets

This commit is contained in:
rgarcia
2016-12-20 12:21:05 +01:00
parent 392f00cdbd
commit 3c682b8a9b
16 changed files with 282 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
<%= form_for [:admin, @signature_sheet] do |f| %>
<%= render 'shared/errors',
resource: @signature_sheet %>
<%= f.select :signable_type, signable_options %>
<%= f.text_field :signable_id %>
<%= f.text_area :document_numbers %>
<%= f.submit %>
<% end %>