Skip to content

Commit 1ce0da9

Browse files
committed
Update active storage config for development
1 parent c1e12ed commit 1ce0da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test:
44

55
local:
66
service: Disk
7-
root: <%= Rails.root.join("storage") %>
7+
root: <%= Rails.root.join("storage", "attachments") %>
88

99
# Use bin/rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
1010
# amazon:

0 commit comments

Comments
 (0)