Migrate to Postgresql for better network handling. Add more user functionality.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
class PasswordsMailer < ApplicationMailer
|
||||
def reset(user)
|
||||
@user = user
|
||||
mail subject: "Reset your password", to: user.email_address
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user