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 4f1c87c commit 5ce7d10Copy full SHA for 5ce7d10
README.md
@@ -19,7 +19,7 @@ This gem borrows heavily from [activeadmin-axlsx] and [to_xls].
19
Add the following to your Gemfile. All resource index views will now include a link for download directly to xls.
20
21
```ruby
22
-gem 'activeadmin-xls', '2.0.0-alpha'
+gem 'activeadmin-xls', '~>2.0.0'
23
```
24
25
For Active Admin 1.0, you will also have to update config/initializers/active_admin.rb. Update the download\_links setting to include xls:
lib/active_admin/xls/version.rb
@@ -1,6 +1,6 @@
1
module ActiveAdmin
2
module Xls
3
# ActiveAdmin XLS gem version
4
- VERSION = '2.0.0-alpha'.freeze
+ VERSION = '2.0.0'.freeze
5
end
6
0 commit comments