summaryrefslogtreecommitdiff
path: root/config/storage.yml
blob: bfcedc8ff2d3a4c990896fa9cba8aeba68846e4c (plain)
1
2
3
4
5
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") %>