Flowdock
method

blob_args

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: DirectUploadsController
blob_args() 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/controllers/active_storage/direct_uploads_controller.rb, line 13
    def blob_args
      params.require(:blob).permit(:filename, :byte_size, :checksum, :content_type, :metadata).to_h.symbolize_keys
    end
Register or log in to add new notes.