comparison config/environments/test.rb @ 466:722f4eccd370

Remove unused config
author nanaya <me@nanaya.pro>
date Fri, 31 May 2019 09:10:37 +0900
parents 07d6c6639adf
children fd3078b4d355
comparison
equal deleted inserted replaced
465:f109a8aacad5 466:722f4eccd370
27 27
28 # Disable request forgery protection in test environment. 28 # Disable request forgery protection in test environment.
29 config.action_controller.allow_forgery_protection = false 29 config.action_controller.allow_forgery_protection = false
30 30
31 # Store uploaded files on the local file system in a temporary directory 31 # Store uploaded files on the local file system in a temporary directory
32 config.active_storage.service = :test 32 # config.active_storage.service = :test
33 33
34 # Print deprecation notices to the stderr. 34 # Print deprecation notices to the stderr.
35 config.active_support.deprecation = :stderr 35 config.active_support.deprecation = :stderr
36 36
37 # Raises error for missing translations 37 # Raises error for missing translations