From 67471a28f5e68fc6057b705c4bdce27d7edb1a78 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Thu, 12 Jan 2017 20:52:07 +0900 Subject: fix method name in `Renderer` doc [ci skip] `ActionController::Renderer.defaults` was removed in 2db7304 --- actionpack/lib/action_controller/renderer.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/renderer.rb') diff --git a/actionpack/lib/action_controller/renderer.rb b/actionpack/lib/action_controller/renderer.rb index 3ff80e6a39..acb400cd15 100644 --- a/actionpack/lib/action_controller/renderer.rb +++ b/actionpack/lib/action_controller/renderer.rb @@ -60,7 +60,8 @@ module ActionController end # Accepts a custom Rack environment to render templates in. - # It will be merged with ActionController::Renderer.defaults + # It will be merged with the default Rack environment defined by + # +ActionController::Renderer::DEFAULTS+. def initialize(controller, env, defaults) @controller = controller @defaults = defaults -- cgit v1.2.3