Skip to content

Instantly share code, notes, and snippets.

@johnbeynon
Created January 5, 2012 17:28
Show Gist options
  • Save johnbeynon/1566255 to your computer and use it in GitHub Desktop.
Save johnbeynon/1566255 to your computer and use it in GitHub Desktop.
>> Photo.last.image
Photo Load (1.2ms) SELECT "photos".* FROM "photos" ORDER BY "photos"."id" DESC LIMIT 1
"DSCF2077.jpeg"
>> Photo.last.image.thumb
Photo Load (0.4ms) SELECT "photos".* FROM "photos" ORDER BY "photos"."id" DESC LIMIT 1
NoMethodError: undefined method `thumb' for "DSCF2077.jpeg":String
from (irb):2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment