uploads: refactor /uploads/:id page for multi-file uploads.

This commit is contained in:
evazion
2022-02-13 16:55:26 -06:00
parent 229759cc72
commit bdf83d1ffd
12 changed files with 150 additions and 116 deletions

View File

@@ -2,5 +2,6 @@ FactoryBot.define do
factory(:upload_media_asset) do
upload
media_asset
source_url { FFaker::Internet.http_url }
end
end