Files
rails-test/config/storage.yml
Min Zeya Phyo 7e6dc82688 Add Active Storage configuration
Add config/storage.yml to fix Rails startup error.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 09:20:38 +06:30

8 lines
134 B
YAML

test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>
local:
service: Disk
root: <%= Rails.root.join("storage") %>