diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-02-05 20:39:52 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-02-05 20:39:52 -0600 |
commit | be098f840614bbb71fe26f0e2b4c064b6866c076 (patch) | |
tree | 9416c4862df5f5b0d12101bd7e074877873733bc /railties/lib | |
parent | 7259baab4722d2343cbd0d81cb2aacc95d0c9461 (diff) | |
download | rails-be098f840614bbb71fe26f0e2b4c064b6866c076.tar.gz rails-be098f840614bbb71fe26f0e2b4c064b6866c076.tar.bz2 rails-be098f840614bbb71fe26f0e2b4c064b6866c076.zip |
Cleanup application has been merged with reload
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/console_app.rb | 1 |
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 |