We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 117b82d + 23dd329 commit 321b1fcCopy full SHA for 321b1fc
lib/rspec_api_documentation/views/api_blueprint_index.rb
@@ -8,7 +8,7 @@ def initialize(index, configuration)
8
9
def sections
10
super.map do |section|
11
- routes = section[:examples].group_by { |e| "#{e.route_uri}#{e.route_optionals}" }.map do |route, examples|
+ routes = section[:examples].group_by { |e| "#{e.route_uri}#{e.route_optionals}#{e.route_name}" }.map do |route, examples|
12
attrs = fields(:attributes, examples)
13
params = fields(:parameters, examples)
14
0 commit comments