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 52f8398 commit d5f8445Copy full SHA for d5f8445
lib/grape/route.rb
@@ -16,7 +16,7 @@ def method_missing(method_id, *arguments)
16
end
17
18
def to_s
19
- "Version: #{route_version} #{route_method} #{route_path}"
+ "version=#{route_version}, method=#{route_method}, path=#{route_path}"
20
21
22
0 commit comments