active_record-filter_with_scope 0.1.2
ActiveRecord::FilterWithScope extends Rails ActiveRecord gently to filter records out of the box. The handy tool that lets you filter your ActiveRecord models using the scopes you have already defined. All you need to do is map the filter parameters to the corresponding scopes in the setup, and then call the filter class method on your model.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
~> 7.0