Skip to content

Instantly share code, notes, and snippets.

@TigerWolf
Created February 29, 2020 07: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 TigerWolf/1ab1d7b44dd07e6cdfa4c35e2727be69 to your computer and use it in GitHub Desktop.
Save TigerWolf/1ab1d7b44dd07e6cdfa4c35e2727be69 to your computer and use it in GitHub Desktop.
<!-- app/views/profiles/_form.html.erb -->
<div class="field">
<%= form.label :image %>
<%= form.file_field :image %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment