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

@@ -70,4 +70,7 @@ Rails.application.configure do
# Allow requests from any IP
config.web_console.whiny_requests = false
# Store attachments on the local disk (in ./storage)
config.active_storage.service = :local
end