Skip to content

Instantly share code, notes, and snippets.

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