Fix Rubocop complaints
This commit is contained in:
parent
34ac979109
commit
d6da99cc1f
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ class User < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def mailbluster_delete_lead
|
def mailbluster_delete_lead
|
||||||
MailblusterDeleteLeadJob.perform_later self.email
|
MailblusterDeleteLeadJob.perform_later email
|
||||||
ts_reset_saved_changes
|
ts_reset_saved_changes
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue