Remove out-of-date link to Mongoid demo app [skip ci]

This commit is contained in:
Jon Atack 2016-08-15 14:37:12 +02:00
parent 6e77de00ec
commit e16c18ba01
1 changed files with 2 additions and 3 deletions

View File

@ -749,9 +749,8 @@ en:
## Mongoid
Ransack now works with Mongoid in the same way as Active Record, except that
with Mongoid, associations are not currently supported. A demo app may be found
[here](http://ransack-mongodb-demo.herokuapp.com/) and the demo source code is
Ransack works with Mongoid in the same way as Active Record, except that with
Mongoid, associations are not currently supported. Demo source code may be found
[here](https://github.com/Zhomart/ransack-mongodb-demo). A `result` method
called on a `ransack` search returns a `Mongoid::Criteria` object: