mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #3990 from ugisozols/master
Remove autoload for non-existent file
This commit is contained in:
@@ -277,7 +277,6 @@ module ActionDispatch
|
||||
#
|
||||
module Routing
|
||||
autoload :Mapper, 'action_dispatch/routing/mapper'
|
||||
autoload :Route, 'action_dispatch/routing/route'
|
||||
autoload :RouteSet, 'action_dispatch/routing/route_set'
|
||||
autoload :RoutesProxy, 'action_dispatch/routing/routes_proxy'
|
||||
autoload :UrlFor, 'action_dispatch/routing/url_for'
|
||||
|
||||
Reference in New Issue
Block a user