We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d11bd commit 74656f7Copy full SHA for 74656f7
README.md
@@ -12,19 +12,19 @@ This gem give you ability to perform various batch actions on any filtered(or sc
12
13
# Install
14
15
-Add gem to you "Gemfile"
+Add this line to your application's Gemfile:
16
17
```ruby
18
gem 'active_admin_scoped_collection_actions', github: 'activeadmin-plugins/active_admin_scoped_collection_actions'
19
```
20
21
-Then in linux console run:
+And then execute:
22
23
24
$ bundle
25
26
27
-Add the following line at the end of "app/assets/javascript/active_admin.js.coffee"
+Add the following line at the end of "app/assets/javascript/active_admin.js.coffee":
28
29
```javascript
30
//= require active_admin_scoped_collection_actions
0 commit comments