mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove autoload UrlWriter, no longer exists
This commit is contained in:
parent
fd3211ef67
commit
95a935610c
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ module ActionController
|
|||
autoload :Integration, 'action_controller/deprecated/integration_test'
|
||||
autoload :IntegrationTest, 'action_controller/deprecated/integration_test'
|
||||
autoload :PerformanceTest, 'action_controller/deprecated/performance_test'
|
||||
autoload :UrlWriter, 'action_controller/deprecated'
|
||||
autoload :Routing, 'action_controller/deprecated'
|
||||
autoload :TestCase, 'action_controller/test_case'
|
||||
autoload :TemplateAssertions, 'action_controller/test_case'
|
||||
|
|
Loading…
Reference in a new issue