From d6f309b64963f62fad70559ace5c38556d0e69ee Mon Sep 17 00:00:00 2001 From: Haris Amin Date: Tue, 26 Apr 2011 22:29:00 -0400 Subject: [PATCH] Updated README to reflect MongoMapper support --- README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 2e291d5..4a162d0 100644 --- a/README.rdoc +++ b/README.rdoc @@ -19,7 +19,7 @@ No special collection class or anything for the paginated values, instead using As the whole pagination helper is basically just a collection of links and non-links, Kaminari renders each of them through its own partial template inside the Engine. So, you can easily modify their behaviour, style or whatever by overriding partial templates. === ORM & template engine agnostic -Kaminari supports multiple ORMs (ActiveRecord, Mongoid) and multiple template engines (ERB, Haml). +Kaminari supports multiple ORMs (ActiveRecord, Mongoid, MongoMapper) and multiple template engines (ERB, Haml). === Modern The pagination helper outputs the HTML5