You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-10Lines changed: 37 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,22 @@ sortable via drag'n'drop.
10
10
11
11
## Installation
12
12
13
-
```ruby
14
-
# Gemfile
15
-
gem "active_admin-sortable_tree"
16
-
```
13
+
1. Add SortableTree to your Gemfile; then `bundle install`
14
+
```ruby
15
+
gem "active_admin-sortable_tree", "~> 2.0.0"
16
+
```
17
17
18
-
Note: If you experience issues with drag and drop capability, you may need to specify the version for your ActiveAdmin installation. It is reported working using v0.6.6, or if you are using v1.0.0.pre, it is reported working on this commit [b3a9f4b](https://github.com/activeadmin/activeadmin/commit/b3a9f4b3e4051447d011c59649a73f876989a199) or later.
18
+
2. Add a requireto your JavaScript manifest `app/assets/javascripts/active_admin.js`
0 commit comments