Skip to content

Instantly share code, notes, and snippets.

@christianrojas
Created February 22, 2010 19:24
Show Gist options
  • Save christianrojas/311378 to your computer and use it in GitHub Desktop.
Save christianrojas/311378 to your computer and use it in GitHub Desktop.
def crear_thumbnails(lista_original)
thumb = Imagen.new
lista_original.each do |nombre|
thumb.hacer_thumbnail(RUTA_ORIGINAL, RUTA_THUMBNAIL, @ano, @mes, @dia, nombre)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment