with_defaults(defaults)
Create a new renderer for the same controller but with new defaults.
# File actionpack/lib/action_controller/renderer.rb, line 60 def with_defaults(defaults) self.class.new controller, @env, self.defaults.merge(defaults) end