Removed references to mongo_ext, since mongoid now uses bson_ext

Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
hpoydar
2010-04-16 17:09:08 -04:00
committed by José Valim
parent 9d6a78f7f4
commit c9fe7900c3
3 changed files with 3 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ Devise.setup do |config|
# ==> General configuration
# Load and configure the ORM. Supports :active_record (default), :mongoid
# (requires mongo_ext installed) and :data_mapper (experimental).
# (bson_ext recommended) and :data_mapper (experimental).
require 'devise/orm/active_record'
# Turn scoped views on. Before rendering "sessions/new", it will first check for