Guest User

Untitled

a guest
Jun 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. (rdb:2565) self
  2. #<Photo id: 17, description: "she is on set!!", name: "caroline on set", access_level: "passive",
  3. product_id: nil, photo_album_id: 14, image_height: 399, image_width: 600,
  4. server_format: "JPEG", image_filename: "caroline_caroline_on_set.jpg",
  5. created_at: "2009-05-04 06:51:32", updated_at: "2009-05-08 19:01:46",
  6. photo_album_cover_id: 14>
  7.  
  8. (rdb:2565) self.photo_album
  9. #<PhotoAlbum id: 9, name: "", access_level: "passive", created_at: "2009-05-08 07:14:35",
  10. updated_at: "2009-05-08 07:14:35">
  11.  
  12. (rdb:2565) self.photo_album_id
  13. 14
  14.  
  15. (rdb:2565) self.photo_album.id
  16. 9
Add Comment
Please, Sign In to add comment