We don't use perform_delegate anymore
This commit is contained in:
parent
9797e04957
commit
b01ffb4489
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
module Job
|
||||
class MailConfirmEmail < Base
|
||||
@queue = :mail
|
||||
def self.perform_delegate(user_id)
|
||||
def self.perform(user_id)
|
||||
Notifier.confirm_email(user_id).deliver
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue