Method: Mastiff::NullUploader#store_mime

Defined in:
lib/mastiff/null_uploader.rb

#store_mime(fname, blob) ⇒ Object


16
17
18
# File 'lib/mastiff/null_uploader.rb', line 16

def store_mime(fname, blob)
  return nil
end