Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 717 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 717 Bytes

Nestable2::Rails

Nestable2 for Rails

Installation

Add this line to your application's Gemfile:

gem 'nestable2-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install nestable2-rails

Usage

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

//= require jquery.nestable

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

*= require jquery.nestable

Contributing

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

License

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