Tell about explicit require for ORM.

This commit is contained in:
José Valim 2009-12-15 01:41:04 +01:00
parent 0a5ba20931
commit 508fb2c7ed
1 changed files with 3 additions and 2 deletions

View File

@ -41,8 +41,9 @@ Devise.setup do |config|
# Configure the e-mail address which will be shown in DeviseMailer.
# config.mailer_sender = "foo.bar@yourapp.com"
# Configure the ORM. Supports :active_record, :data_mapper and :mongo_mapper.
# config.orm = :active_record
# Load and configure the ORM. Supports :active_record, :data_mapper and :mongo_mapper.
# require 'devise/orm/mongo_mapper'
# config.orm = :mongo_mapper
# Turn scoped views on. Before rendering "sessions/new", it will first check for
# "sessions/users/new". It's turned off by default because it's slower if you