instance method
attachable_content_type
Ruby on Rails 8.1.2
Since v6.0.6Signature
attachable_content_type()
No documentation comment.
Source
# File actiontext/lib/action_text/attachable.rb, line 83
def attachable_content_type
try(:content_type) || "application/octet-stream"
end
Defined in actiontext/lib/action_text/attachable.rb line 83
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Attachable