Last active
October 19, 2020 12:48
-
-
Save jeremy-wagner/a8fc572eb2b6a9f9d5698cc129c9ed83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= 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