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