Skip to content

Instantly share code, notes, and snippets.

View tres's full-sized avatar

Tres Wong-Godfrey tres

View GitHub Profile
@tres
tres / base.rb
Created May 19, 2017 18:58 — forked from jimhj/base.rb
Use Mini_Magick to crop animated gif images.
# coding: utf-8
module SimpleUpload
class Base
class << self
def max_size
10485760 #(10M)
end
def extension_white_list