I\'ve got a rails model using Paperclip that looks like this:
has_attached_file :image, :styles => { :normal => [\'857x392#\', :png] },
validates_attachment_size :image, :in => 0.megabytes..2.megabytes
works now