mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Style
This commit is contained in:
parent
c12997fcff
commit
96d31ac9cd
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ class TestApp < Rails::Application
|
|||
config.active_storage.service_configurations = {
|
||||
local: {
|
||||
root: Dir.tmpdir,
|
||||
service: 'Disk'
|
||||
service: "Disk"
|
||||
}
|
||||
}
|
||||
end
|
||||
|
|
|
@ -29,7 +29,7 @@ class TestApp < Rails::Application
|
|||
config.active_storage.service_configurations = {
|
||||
local: {
|
||||
root: Dir.tmpdir,
|
||||
service: 'Disk'
|
||||
service: "Disk"
|
||||
}
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue