1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

More improvements in DataMapper support front.

This commit is contained in:
José Valim 2009-11-22 09:14:58 -02:00
parent f3d5c1af22
commit fddf95fe0a
6 changed files with 70 additions and 9 deletions

View file

@ -37,7 +37,7 @@ 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 and :mongo_mapper
# Configure the ORM. Supports :active_record, :data_mapper and :mongo_mapper.
# config.orm = :active_record
# Turn scoped views on. Before rendering "sessions/new", it will first check for