mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Typo in class name
This commit is contained in:
committed by
José Valim
parent
ba9602b9e7
commit
18bcc548bf
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user