generators/devise_install/templates/devise.rb in devise-0.5.6 vs generators/devise_install/templates/devise.rb in devise-0.6.0
- old
+ new
@@ -35,10 +35,10 @@
# config.remember_for = 2.weeks
# 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
# "sessions/users/new". It's turned off by default because it's slower if you
# are using only default views.