Ticket #6774: console_helper_patch.diff
| File console_helper_patch.diff, 419 bytes (added by Chris Wanstrath, 2 years ago) |
|---|
-
railties/lib/console_with_helpers.rb
old new 20 20 include_all_modules_from ActionView 21 21 end 22 22 23 @controller = ApplicationController.new 23 helper.instance_variable_set("@controller", ActionController::Integration::Session.new)