mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-20 20:28:03 -05:00
Tell about explicit require for ORM.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user