Skip to content

Commit 27db956

Browse files
committed
Remove deprecation warning
1 parent 385ed51 commit 27db956

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

test/sample/config/environments/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def self.proc_method
3636
config.action_controller.perform_caching = false
3737

3838
# Raise exceptions instead of rendering exception templates.
39-
config.action_dispatch.show_exceptions = false
39+
config.action_dispatch.show_exceptions = :none
4040

4141
# Disable request forgery protection in test environment.
4242
config.action_controller.allow_forgery_protection = false

0 commit comments

Comments
 (0)