From d920cd14946c4dd8e6cee3ae587a14859eb8c1b0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 26 Apr 2026 23:29:32 +0100 Subject: [PATCH] add storage --- config/storage.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/storage.yml diff --git a/config/storage.yml b/config/storage.yml new file mode 100644 index 0000000..695f17b --- /dev/null +++ b/config/storage.yml @@ -0,0 +1,7 @@ +test: + service: Disk + root: <%= Rails.root.join("tmp/storage") %> + +local: + service: Disk + root: <%= Rails.root.join("storage") %>