This module decorates files with the original_filename and content_type methods.
113 114 115
# File 'lib/multi_xml.rb', line 113 def content_type @content_type || 'application/octet-stream' end
109 110 111
# File 'lib/multi_xml.rb', line 109 def original_filename @original_filename || 'untitled' end