Sha256: 883970aa0f8770607097092fa990dca803fde7e767e503ce0600f9f0f7c3b478
Contents?: true
Size: 495 Bytes
Versions: 2
Compression:
Stored size: 495 Bytes
Contents
# jquery-monthpicker-rails This gem packages the [jQuery Monthpicker][] assets for the Rails 3.1+ asset pipeline. [![Gem Version](https://badge.fury.io/rb/jquery-monthpicker-rails.png)](http://badge.fury.io/rb/jquery-monthpicker-rails) # Usage In your Gemfile, add: ```ruby gem "jquery-monthpicker-rails", "~> 1.0.0" ``` Then require the javascript in your application.js ```js //= require jquery.ui.monthpicker ``` [jQuery Monthpicker]: https://github.com/zorab47/jquery.ui.monthpicker
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jquery-monthpicker-rails-1.0.1 | README.md |
jquery-monthpicker-rails-1.0.0 | README.md |