diff config/initializers/application_controller_renderer.rb @ 459:07d6c6639adf

Upgrade to rails 5.2. RIP code style.
author nanaya <me@nanaya.pro>
date Sat, 14 Apr 2018 04:19:52 +0900
parents 68eb23b52864
children
line wrap: on
line diff
--- a/config/initializers/application_controller_renderer.rb	Sat Apr 14 04:19:29 2018 +0900
+++ b/config/initializers/application_controller_renderer.rb	Sat Apr 14 04:19:52 2018 +0900
@@ -1,6 +1,8 @@
 # Be sure to restart your server when you modify this file.
 
-# ApplicationController.renderer.defaults.merge!(
-#   http_host: 'example.org',
-#   https: false
-# )
+# ActiveSupport::Reloader.to_prepare do
+#   ApplicationController.renderer.defaults.merge!(
+#     http_host: 'example.org',
+#     https: false
+#   )
+# end