Skip to content

Commit

Permalink
Kill legacy dispatcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 18, 2010
1 parent 25f7c03 commit 0c3cde4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions actionpack/lib/action_dispatch/railtie.rb
Expand Up @@ -10,8 +10,6 @@ class Railtie < Rails::Railtie

# Prepare dispatcher callbacks and run 'prepare' callbacks
initializer "action_dispatch.prepare_dispatcher" do |app|
# TODO: This used to say unless defined?(Dispatcher). Find out why and fix.
require 'rails/dispatcher'
ActionDispatch::Callbacks.to_prepare { app.routes_reloader.reload_if_changed }
end
end
Expand Down
24 changes: 0 additions & 24 deletions railties/lib/rails/dispatcher.rb

This file was deleted.

0 comments on commit 0c3cde4

Please sign in to comment.