Skip to content

Commit ea98781

Browse files
authored
Merge pull request rails#43451 from ignacio-chiazzo/ig/action_dispatch/inspector
Make ActionDispatch::Routing::RouteWrapper class private since it's o…
2 parents 6aef89a + 735a341 commit ea98781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_dispatch/routing/inspector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
module ActionDispatch
77
module Routing
8-
class RouteWrapper < SimpleDelegator
8+
class RouteWrapper < SimpleDelegator # :nodoc:
99
def endpoint
1010
app.dispatcher? ? "#{controller}##{action}" : rack_app.inspect
1111
end

0 commit comments

Comments
 (0)