Easily add bootstrap-multiselect v0.9.15 to your Rails application using the asset pipeline.
Add this line to your application's Gemfile:
gem 'bootstrap-multiselect-rails'
And then execute:
$ bundle
In application.js
:
//= require bootstrap-multiselect
In application.css
:
*= require bootstrap-multiselect
bootstrap-multiselect-rails is under the MIT license.