Skip to content

Instantly share code, notes, and snippets.

@rbnpercy
Created July 7, 2018 01:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbnpercy/a910a0cbe9d869ea26fd2ca609987ada to your computer and use it in GitHub Desktop.
Save rbnpercy/a910a0cbe9d869ea26fd2ca609987ada to your computer and use it in GitHub Desktop.
<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