aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/initializers/application_controller_renderer.rb
blob: ea930f54da15a9340d8dd8c60774864bcc9e1cb1 (plain) (blame)
1
2
3
4
5
6
## Change renderer defaults here.
#
# ApplicationController.renderer.defaults.merge!(
#   http_host: 'example.org',
#   https: false
# )