codenoble / cache-crispies

Speedy Rails JSON serialization with built-in caching
MIT License
156 stars 16 forks source link

Fix incompatibility between two recently merged PRs #38

Closed adamcrown closed 3 years ago

adamcrown commented 3 years ago

This fixes the fact that PR #22 was written against the internal API that PR #36 changed. Specifically, #true_for? should now take a singular serializer argument.

Note that this fixes an unreleased bug

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit b6b07b76 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (95% is the threshold).

This pull request will bring the total coverage in the repository to 100.0%.

View more on Code Climate.