instance method compose

Ruby on Rails 7.1.6

Since v7.0.10

Available in: v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

compose(source_keys, destination_key, filename: nil, content_type: nil, disposition: nil, custom_metadata: {})

Concatenate multiple files into a single “composed” file.

Parameters

source_keys req
destination_key req
filename key = nil
content_type key = nil
disposition key = nil
custom_metadata key = {}
Source
# File activestorage/lib/active_storage/service.rb, line 96
    def compose(source_keys, destination_key, filename: nil, content_type: nil, disposition: nil, custom_metadata: {})
      raise NotImplementedError
    end

Defined in activestorage/lib/active_storage/service.rb line 96 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveStorage::Service

Type at least 2 characters to search.

↑↓ navigate · open · esc close