<div class="form-group"> | |
<%= label f, :image, class: "control-label" %> | |
<%= file_input f, :image, multiple: true, class: "form-control" %> | |
<%= error_tag f, :image %> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment