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