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