From 9e034576a7cf18a99d4c97f1307169f5780ef066 Mon Sep 17 00:00:00 2001 From: Andrew Haines Date: Mon, 21 Jan 2013 13:59:47 +0000 Subject: [PATCH] Document lack of support for Mongoid 2.x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f14ad3e..515e435 100644 --- a/README.md +++ b/README.md @@ -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