Method: ActiveSupport::XmlMini::FileLike#content_type
- Defined in:
- activesupport/lib/active_support/xml_mini.rb
#content_type ⇒ Object
29 30 31 |
# File 'activesupport/lib/active_support/xml_mini.rb', line 29 def content_type @content_type || "application/octet-stream" end |