method

upload

rails latest stable - Class: ActiveStorage::Variant

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

upload(file)
private

No documentation available.

# File activestorage/app/models/active_storage/variant.rb, line 108
    def upload(file)
      service.upload(key, file)
    end