Skip to content

Commit

Permalink
Confirmable is not default anymore. This provides a better bootstrap …
Browse files Browse the repository at this point in the history
…experience.
  • Loading branch information
josevalim committed May 2, 2010
1 parent f5bc665 commit 07204c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/devise/devise_generator.rb
Expand Up @@ -38,8 +38,8 @@ def inject_devise_config_into_model
devise_class_setup = <<-CONTENT
# Include default devise modules. Others available are:
# :token_authenticatable, :lockable and :timeoutable
devise :database_authenticatable, :registerable, :confirmable,
# :token_authenticatable, :confirmable, :lockable and :timeoutable
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable
CONTENT
Expand Down

0 comments on commit 07204c5

Please sign in to comment.