module Devise::Models::Lockable

def send_unlock_instructions

Send unlock instructions by email
def send_unlock_instructions
  send_devise_notification(:unlock_instructions)
end