method

attachable_content_type

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