Method: Devise::Models::Lockable#resend_unlock_instructions

Defined in:
lib/devise/models/lockable.rb

#resend_unlock_instructionsObject

Resend the unlock instructions if the user is locked.



83
84
85
# File 'lib/devise/models/lockable.rb', line 83

def resend_unlock_instructions
  if_access_locked { send_unlock_instructions }
end