jhund / filterrific

Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
http://filterrific.clearcove.ca
MIT License
910 stars 124 forks source link

Add ability to type cast params before they are being passed to scopes. #183

Open jhund opened 5 years ago

jhund commented 5 years ago

This could replace the current auto-casting which can have unwanted side effects.