save()
public

No documentation available.

# File activestorage/lib/active_storage/attached/changes/create_one.rb, line 48
    def save
      record.public_send("#{name}_attachment=", attachment)
      record.public_send("#{name}_blob=", blob)
    end