File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module ActionDispatch
7373
7474 def url_helpers : (?bool supports_path) -> RouteSet_AnonymousModule
7575
76- class RouteSet_AnonymousModule
76+ module RouteSet_AnonymousModule
7777 include ActiveSupport::Concern
7878 include UrlFor
7979 # https://github.com/rails/rails/blob/v6.0.6.1/actionpack/lib/action_dispatch/routing/route_set.rb#L478
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ module ActionDispatch
7373
7474 def url_helpers : (?bool supports_path) -> RouteSet_AnonymousModule
7575
76- class RouteSet_AnonymousModule
76+ module RouteSet_AnonymousModule
7777 include ActiveSupport::Concern
7878 include UrlFor
7979 # https://github.com/rails/rails/blob/v7.2.2.2/actionpack/lib/action_dispatch/routing/route_set.rb#L518
You can’t perform that action at this time.
0 commit comments