multifilter_rails
multifilter_rails provides the multifilter javascript as a Rails engine for use with the asset pipeline.
Installation
Add this to your gemfile
gem "multifilter_rails"
then run bundle install
Usage
Include multifilter in your application.js
//= require multifilter
Refer to the multifilter.js readme on how to use it.