We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7ef92 commit 37056aaCopy full SHA for 37056aa
lib/grape/route.rb
@@ -16,7 +16,7 @@ def method_missing(method_id, *arguments)
16
end
17
18
def to_s
19
- "#{route_method} #{route_path}"
+ "Version: #{route_version} #{route_method} #{route_path}"
20
21
22
0 commit comments