mirror of
				https://github.com/heartcombo/devise.git
				synced 2022-11-09 12:18:31 -05:00 
			
		
		
		
	Tell about explicit require for ORM.
This commit is contained in:
		
							parent
							
								
									0a5ba20931
								
							
						
					
					
						commit
						508fb2c7ed
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue