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