This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
module SimpleUpload | |
class Base | |
class << self | |
def max_size | |
10485760 #(10M) | |
end | |
def extension_white_list |