From 18bcc548bfcccfdc037987f2086be2cab743bdb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Wed, 4 Aug 2010 19:41:05 +0800 Subject: [PATCH] Typo in class name --- actionpack/lib/action_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_controller.rb b/actionpack/lib/action_controller.rb index 3841f639f2..63d8372938 100644 --- a/actionpack/lib/action_controller.rb +++ b/actionpack/lib/action_controller.rb @@ -36,7 +36,7 @@ module ActionController autoload :Dispatcher, 'action_controller/deprecated/dispatcher' autoload :UrlWriter, 'action_controller/deprecated/url_writer' - autoload :UrlReriter, 'action_controller/deprecated/url_writer' + autoload :UrlRewriter, 'action_controller/deprecated/url_writer' autoload :Integration, 'action_controller/deprecated/integration_test' autoload :IntegrationTest, 'action_controller/deprecated/integration_test' autoload :PerformanceTest, 'action_controller/deprecated/performance_test'