Skip to content

Integrate jquery-treeview assets in your Rails asset pipeline

License

Notifications You must be signed in to change notification settings

inventit/jquery-treeview-rails

Repository files navigation

Jquery::Treeview::Rails

jquery-treeview for Rails.

Installation

Add this line to your application's Gemfile:

gem 'jquery-treeview-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jquery-treeview-rails

Usage

In your application.js you will need to add this line:

//= require jquery.treeview

And in your application.css you will need to add this line:

*= require jquery.treeview

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/inventit/jquery-treeview-rails.

License

The gem is available as open source under the terms of the MIT License.