comparison 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
comparison
equal deleted inserted replaced
458:1c6a056269e6 459:07d6c6639adf
1 # Be sure to restart your server when you modify this file. 1 # Be sure to restart your server when you modify this file.
2 2
3 # ApplicationController.renderer.defaults.merge!( 3 # ActiveSupport::Reloader.to_prepare do
4 # http_host: 'example.org', 4 # ApplicationController.renderer.defaults.merge!(
5 # https: false 5 # http_host: 'example.org',
6 # ) 6 # https: false
7 # )
8 # end