Flowdock
method

create

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: DirectUploadsController
create() public

No documentation

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

Hide source
# File activestorage/app/controllers/active_storage/direct_uploads_controller.rb, line 7
  def create
    blob = ActiveStorage::Blob.create_before_direct_upload!(blob_args)
    render json: direct_upload_json(blob)
  end
Register or log in to add new notes.