Remove Paperclip and use just Active Storage

This commit is contained in:
Javi Martín
2021-07-28 01:55:54 +02:00
parent ca7f2bc9d5
commit 7212657c02
33 changed files with 128 additions and 355 deletions

View File

@@ -18,7 +18,7 @@ describe "Documents", :admin do
1.times { create(:document) }
document = Document.first
url = polymorphic_path(document.storage_attachment)
url = polymorphic_path(document.attachment)
visit admin_site_customization_documents_path