README.rdoc in glebtv-simple_captcha-0.4.1 vs README.rdoc in glebtv-simple_captcha-0.4.3
- old
+ new
@@ -6,9 +6,17 @@
Its implementation requires
adding up a single line in views and in controllers/models.
SimpleCaptcha is available to be used with Rails 3 or above and also it provides the
backward compatibility with previous versions of Rails.
+== For mongoid support
+
+Just do
+
+ include SimpleCaptcha::ModelHelpers
+
+in your model, besides usual AR instructions
+
==Features
* Zero FileSystem usage(secret code moved to db-store and image storage removed).
* Provides various image styles.
* Provides three level of complexity of images.
\ No newline at end of file