]> git.openstreetmap.org Git - rails.git/blob - config/initializers/application_controller_renderer.rb
Add frozen_string_literal comments to ruby files
[rails.git] / config / initializers / application_controller_renderer.rb
1 # frozen_string_literal: true
2
3 # Be sure to restart your server when you modify this file.
4
5 # ActiveSupport::Reloader.to_prepare do
6 #   ApplicationController.renderer.defaults.merge!(
7 #     http_host: 'example.org',
8 #     https: false
9 #   )
10 # end