solidusio-contrib / solidus_reviews

Product review/rating functionality for your Solidus store.
BSD 3-Clause "New" or "Revised" License
19 stars 49 forks source link

Ransack allowlists for Spree::Review #115

Closed mamhoff closed 7 months ago

mamhoff commented 8 months ago

We filter admin views for reviews with the ransack gem. Since version 4, Ransack mandates every filtered model to explicitly specify which attributes and associations should be "ransackable". This PR adds those allowlists.

tvdeyen commented 7 months ago

Handled in #117