1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
George Claghorn 2019-12-04 21:10:51 -05:00
parent c12997fcff
commit 96d31ac9cd
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ class TestApp < Rails::Application
config.active_storage.service_configurations = {
local: {
root: Dir.tmpdir,
service: 'Disk'
service: "Disk"
}
}
end

View file

@ -29,7 +29,7 @@ class TestApp < Rails::Application
config.active_storage.service_configurations = {
local: {
root: Dir.tmpdir,
service: 'Disk'
service: "Disk"
}
}
end