Method: FileLike#content_type
- Defined in:
- lib/activesupport-2.2.2/lib/active_support/core_ext/hash/conversions.rb
#content_type ⇒ Object
36 37 38 |
# File 'lib/activesupport-2.2.2/lib/active_support/core_ext/hash/conversions.rb', line 36 def content_type @content_type || 'application/octet-stream' end |