set form multipart

This commit is contained in:
邱博亞 2023-09-27 23:03:40 +08:00
parent d4aba5c2cb
commit b1f505d9d7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
margin: 0;
}
</style>
<%= form_for @seminar_signup, url: seminars_path, html: {class: "content form-horizontal" , :id=>"new-seminar-signup"} do |f| %>
<%= form_for @seminar_signup, url: seminars_path, html: {class: "content form-horizontal" , :id=>"new-seminar-signup", multipart: true} do |f| %>
<fieldset>
<!-- Title -->