Add/configure ActiveStorage

This commit is contained in:
Râu Cao
2023-09-06 12:14:28 +02:00
parent a91ee2bd0a
commit 86f85a90f4
10 changed files with 112 additions and 6 deletions

View File

@@ -51,4 +51,7 @@ Rails.application.configure do
}
config.active_job.queue_adapter = :test
# Store attachments on the local disk (in ./tmp)
config.active_storage.service = :test
end