Skip to content

Commit 8ea6dcc

Browse files
author
Ruben Swieringa
committed
Rename deprecated config.serve_static_assets to config.serve_static_files
1 parent 0b319d0 commit 8ea6dcc

File tree

1 file changed

+1
-1
lines changed
  • test/dummy/config/environments

1 file changed

+1
-1
lines changed

test/dummy/config/environments/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
config.cache_classes = true
99

1010
# Configure static asset server for tests with Cache-Control for performance
11-
config.serve_static_assets = true
11+
config.serve_static_files = true
1212
config.static_cache_control = "public, max-age=3600"
1313

1414
# Log error messages when you accidentally call methods on nil

0 commit comments

Comments
 (0)