Add Active Storage configuration

Add config/storage.yml to fix Rails startup error.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Min Zeya Phyo
2026-01-20 09:20:38 +06:30
parent 7b59294eac
commit 7e6dc82688

7
config/storage.yml Normal file
View File

@@ -0,0 +1,7 @@
test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>
local:
service: Disk
root: <%= Rails.root.join("storage") %>