class Image < Asset has_attached_file :attachment, :styles => {:thumb => '100x100>'} # doesn't resize for some reason, check! end