Xavier Bick
Results
2
issues of
Xavier Bick
Since this gem is for API-only Rails apps, this makes sense. Using ActionController::Base might break things in an application that uses ActionController::API (mine included).
# Summary This PR fixes some bugs where matching Interactions based on type via a symbol or string wasn't working. There was a typo in the matcher block, and as...