From be098f840614bbb71fe26f0e2b4c064b6866c076 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Thu, 5 Feb 2009 20:39:52 -0600 Subject: Cleanup application has been merged with reload --- railties/lib/console_app.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/lib/console_app.rb') diff --git a/railties/lib/console_app.rb b/railties/lib/console_app.rb index 96bf3117c8..a35c96c957 100644 --- a/railties/lib/console_app.rb +++ b/railties/lib/console_app.rb @@ -25,7 +25,6 @@ end def reload! puts "Reloading..." dispatcher = ActionController::Dispatcher.new($stdout) - dispatcher.cleanup_application dispatcher.reload_application true end -- cgit v1.2.3