Flowdock
method

process

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: Variant
process() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/app/models/active_storage/variant.rb, line 111
    def process
      blob.open do |input|
        variation.transform(input) do |output|
          service.upload(key, output, content_type: content_type)
        end
      end
    end
Register or log in to add new notes.