Add default storage now that activestorage loads its engine

pull/10201/head
Oliver Günther 3 years ago
parent bac97ad663
commit 5de9cebfd3
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 3
      config/storage.yml

@ -0,0 +1,3 @@
local:
service: Disk
root: <%= Rails.root.join("storage") %>
Loading…
Cancel
Save