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 e666fae commit c29b6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/devise/templates/model.rb
@@ -1,7 +1,7 @@
class <%= class_name %> < ActiveRecord::Base
# Include default devise modules. Others available are:
# :http_authenticatable, :token_authenticatable, :lockable, :timeoutable and :activatable
devise :registerable, :authenticatable, :confirmable, :recoverable,
# :http_authenticatable, :token_authenticatable, :confirmable, :lockable, :timeoutable and :activatable
devise :registerable, :authenticatable, :recoverable,
:rememberable, :trackable, :validatable

# Setup accessible (or protected) attributes for your model
Expand Down

0 comments on commit c29b6ca

Please sign in to comment.