lib/generators/mongoid/devise_generator.rb in devise-3.0.0 vs lib/generators/mongoid/devise_generator.rb in devise-3.0.1

- old
+ new

@@ -20,11 +20,11 @@ def migration_data <<RUBY ## Database authenticatable field :email, :type => String, :default => "" field :encrypted_password, :type => String, :default => "" - + ## Recoverable field :reset_password_token, :type => String field :reset_password_sent_at, :type => Time ## Rememberable @@ -52,6 +52,6 @@ # field :authentication_token, :type => String RUBY end end end -end \ No newline at end of file +end