Technical notes of a programmer living in the sunny city of Cebu
def auto_thumbnail @board = Board.find(params["id"]) pic = Magick::Image.read(@board.thumbnail_image).first thumb = pic.resize(200, 145) @response.headers["Content-type"]= thumb.mime_type render :text => thumb.to_blobend
Post a Comment
No comments:
Post a Comment