Guest User

Untitled

a guest
May 27th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ## index.html.haml
  2.  
  3. %h1 All possessions
  4.  
  5. - for possession in @possessions
  6. #posession
  7. = image_tag Image.find_by_id(possession.image_id).file.url(:small)
  8. belongs to
  9. = User.find_by_id(possession.user_id).login
Add Comment
Please, Sign In to add comment