Skip to content

Instantly share code, notes, and snippets.

View cristibalan's full-sized avatar

Cristi Balan cristibalan

View GitHub Profile
# Para salvar a altura e largura das imagens enviadas pelo plugin paperclip, utilize o callback abaixo
#
# class Document < ActiveRecord::Base
#
# has_attached_file :document, :styles => { :medium => "300x300>" }
#
# before_save :save_dimensions
#
# def save_dimensions
# if document.image?