method

content_disposition_with

content_disposition_with(type: "inline", filename:)
private

No documentation available.

# File activestorage/lib/active_storage/service.rb, line 134
      def content_disposition_with(type: "inline", filename))
        (type.to_s.presence_in(%( attachment inline )) || "inline") + "; #{filename.parameters}"
      end