Skip to content

Commit 90538e9

Browse files
Update readme
1 parent e7e29a9 commit 90538e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ActiveAdmin is holding off on pulling Mongoid support into the core ActiveAdmin
1010
* Ruby 2.4.0 or greater.
1111
* Tested working on Rails 5.2.3
1212
* Mongoid 6.x (**WARNING**:, using a Mongoid version >= 6.1.x has resulted in a fair amount of errors seen in the wild. Test your upgrade very carefully with any apps in which you're using this gem with Mongoid >= 6.1.x!)
13-
* ActiveAdmin 1.4.3
13+
* ActiveAdmin 1.4.3 or greater
1414
* `ransack-mongoid` - it needs to be explicitly declared in Gemfile, pointing to github's master since it has no releases on rubygems yet.
1515

1616
## Previous versions
@@ -38,7 +38,7 @@ For more on Mongoid support in ActiveAdmin see [this issue](https://github.com/g
3838
Add the following gems to your application's Gemfile, and lock the version:
3939

4040
```ruby
41-
gem 'activeadmin-mongoid', '0.9.0'
41+
gem 'activeadmin-mongoid', '1.0.0'
4242
gem 'ransack-mongoid', github: 'activerecord-hackery/ransack-mongoid'
4343
```
4444

@@ -61,6 +61,7 @@ with:
6161
require "action_controller/railtie"
6262
require "action_mailer/railtie"
6363
require "active_resource/railtie"
64+
require "action_view/railtie"
6465
require "sprockets/railtie"
6566
require "rails/test_unit/railtie"
6667
```

0 commit comments

Comments
 (0)