module Devise | |
module Models | |
module Confirmable | |
handle_asynchronously :send_confirmation_instructions | |
end | |
module Recoverable | |
handle_asynchronously :send_reset_password_instructions | |
end | |
module Lockable | |
handle_asynchronously :send_unlock_instructions | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment