stas / jsonapi.rb

Lightweight, simple and maintained JSON:API support for your next Ruby HTTP API.
MIT License
261 stars 57 forks source link

Dummy App: Add Ransack safelists #97

Closed mamhoff closed 7 months ago

mamhoff commented 7 months ago

Ransack 4 requires safelists for ransackable attributes on all ransacked models. This PR adds them, makind the tests run again.

What is the current behavior?

The test suite fails.

What is the new behavior?

The test suite does not fail.

Checklist

Please make sure the following requirements are complete: