Document lack of support for Mongoid 2.x

This commit is contained in:
Andrew Haines 2013-01-21 13:59:47 +00:00
parent 8b0150317d
commit 9e034576a7
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ This is only necessary when proxying class methods.
### Making models decoratable
Models get their `decorate` method from the `Draper::Decoratable` module, which is included in `ActiveRecord::Base` and `Mongoid::Document` by default. If you're using another ORM, or want to decorate plain old Ruby objects, you can include this module manually.
Models get their `decorate` method from the `Draper::Decoratable` module, which is included in `ActiveRecord::Base` and `Mongoid::Document` by default. If you're [using another ORM](https://github.com/drapergem/draper/wiki/Using-other-ORMs) (including versions of Mongoid prior to 3.0), or want to decorate plain old Ruby objects, you can include this module manually.
## Contributors