aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-02-05 20:39:52 -0600
committerJoshua Peek <josh@joshpeek.com>2009-02-05 20:39:52 -0600
commitbe098f840614bbb71fe26f0e2b4c064b6866c076 (patch)
tree9416c4862df5f5b0d12101bd7e074877873733bc /railties
parent7259baab4722d2343cbd0d81cb2aacc95d0c9461 (diff)
downloadrails-be098f840614bbb71fe26f0e2b4c064b6866c076.tar.gz
rails-be098f840614bbb71fe26f0e2b4c064b6866c076.tar.bz2
rails-be098f840614bbb71fe26f0e2b4c064b6866c076.zip
Cleanup application has been merged with reload
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/console_app.rb1
1 files changed, 0 insertions, 1 deletions
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