lib/fdoc/templates/endpoint.html.erb in fdoc-0.3.2 vs lib/fdoc/templates/endpoint.html.erb in fdoc-0.3.3
- old
+ new
@@ -56,10 +56,10 @@
</li>
<% end %>
</ul>
<% end %>
- <% if !successful_response_codes.empty? %>
+ <% if !failure_response_codes.empty? %>
<%= tag_with_anchor('h4', 'Failure Response Codes') %>
<ul>
<% failure_response_codes.each do |response_code| %>
<li>
<%= response_code.to_html %>