diff config/application.rb @ 467:fd3078b4d355

Update to latest rails
author nanaya <me@nanaya.pro>
date Tue, 22 Oct 2019 16:17:30 +0900
parents b1ef80121c79
children 6cac8fcf8164
line wrap: on
line diff
--- a/config/application.rb	Fri May 31 09:10:37 2019 +0900
+++ b/config/application.rb	Tue Oct 22 16:17:30 2019 +0900
@@ -64,6 +64,6 @@
 
     config.action_view.field_error_proc = proc { |html| html }
 
-    config.load_defaults 5.0
+    config.middleware.delete ActionDispatch::HostAuthorization
   end
 end