From 27729df99a8f1ccfcdcb0bc7dc31d9e816d78555 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 26 Jun 2026 22:41:52 +0200 Subject: Add minimal storage.yml to satisfy Active Storage engine in production --- config/storage.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/storage.yml diff --git a/config/storage.yml b/config/storage.yml new file mode 100644 index 0000000..bfcedc8 --- /dev/null +++ b/config/storage.yml @@ -0,0 +1,6 @@ +# Active Storage is not used by this application. +# This file exists only to satisfy the Active Storage engine initializer. +# File uploads are handled by the custom FileAttachment concern. +local: + service: Disk + root: <%= Rails.root.join("storage") %> -- cgit v1.3