Apipie / apipie-rails

Ruby on Rails API documentation tool
Apache License 2.0
2.47k stars 461 forks source link

Fix typo in Collector #877

Closed stormsilver closed 1 year ago

stormsilver commented 1 year ago

This should be get_resource_id. The method ignore_call? wasn't exercised by the specs so it wasn't caught. (see #864)

This was causing an exception when recording examples.

PanosCodes commented 1 year ago

LGTM, thanks for adding tests too 🙏