method
attachable_content_type
rails latest stable - Class:
ActionText::Attachable
attachable_content_type()public
No documentation available.
# File actiontext/lib/action_text/attachable.rb, line 81
def attachable_content_type
try(:content_type) || "application/octet-stream"
end