Skip to content

Instantly share code, notes, and snippets.

@jeremy-wagner
Last active October 19, 2020 12:48
Show Gist options
  • Save jeremy-wagner/a8fc572eb2b6a9f9d5698cc129c9ed83 to your computer and use it in GitHub Desktop.
Save jeremy-wagner/a8fc572eb2b6a9f9d5698cc129c9ed83 to your computer and use it in GitHub Desktop.
<%= image_tag url_for(model.attribute) %>
<%# e.g. for a user cover photo %>
<%= image_tag url_for(user.cover_photo) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment