Ticket #4632: integration_render_component_fix.patch
| File integration_render_component_fix.patch, 0.5 kB (added by edward.frederick@revolution.com, 2 years ago) |
|---|
-
actionpack/lib/action_controller/integration.rb
old new 334 334 end 335 335 336 336 def new_with_capture(*args) 337 self.last_instantiation ||= new_without_capture(*args) 337 controller = new_without_capture(*args) 338 self.last_instantiation ||= controller 339 controller 338 340 end 339 341 end 340 342 end