Skip to content

Commit 735a341

Browse files
Make ActionDispatchRouting::RouteWrapper nodoc
1 parent c5a00c3 commit 735a341

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)