forked from External/greenlight
Revert "Notify admins when a approval/invite user signs up"
This reverts commit 251d85d88a
.
This commit is contained in:
@ -35,18 +35,4 @@ class UserMailerPreview < ActionMailer::Preview
|
||||
user = User.first
|
||||
UserMailer.approve_user(user, "http://example.com/", @logo, @color)
|
||||
end
|
||||
|
||||
# Preview this email at
|
||||
# http://localhost:3000/rails/mailers/user_mailer/approval_user_signup
|
||||
def approval_user_signup
|
||||
user = User.first
|
||||
UserMailer.approval_user_signup(user, "http://example.com/", @logo, @color, "test@example.com")
|
||||
end
|
||||
|
||||
# Preview this email at
|
||||
# http://localhost:3000/rails/mailers/user_mailer/invite_user_signup
|
||||
def invite_user_signup
|
||||
user = User.first
|
||||
UserMailer.invite_user_signup(user, "http://example.com/", @logo, @color, "test@example.com")
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user