lib/devise/models/authenticatable.rb in devise-3.2.2 vs lib/devise/models/authenticatable.rb in devise-3.2.3

- old
+ new

@@ -54,11 +54,11 @@ extend ActiveSupport::Concern BLACKLIST_FOR_SERIALIZATION = [:encrypted_password, :reset_password_token, :reset_password_sent_at, :remember_created_at, :sign_in_count, :current_sign_in_at, :last_sign_in_at, :current_sign_in_ip, :last_sign_in_ip, :password_salt, :confirmation_token, :confirmed_at, :confirmation_sent_at, - :remember_token, :unconfirmed_email, :failed_attempts, :unlock_token, :locked_at, :authentication_token] + :remember_token, :unconfirmed_email, :failed_attempts, :unlock_token, :locked_at] included do class_attribute :devise_modules, :instance_writer => false self.devise_modules ||= [] @@ -125,10 +125,10 @@ def devise_mailer Devise.mailer end # This is an internal method called every time Devise needs - # to send a notification/mail. This can be overriden if you + # to send a notification/mail. This can be overridden if you # need to customize the e-mail delivery logic. For instance, # if you are using a queue to deliver e-mails (delayed job, # sidekiq, resque, etc), you must add the delivery to the queue # just after the transaction was committed. To achieve this, # you can override send_devise_notification to store the