Method: Mastiff::NullUploader#store_mime
- Defined in:
- lib/mastiff/null_uploader.rb
permalink #store_mime(fname, blob) ⇒ Object
[View source]
16 17 18 |
# File 'lib/mastiff/null_uploader.rb', line 16 def store_mime(fname, blob) return nil end |