Fix Rubocop linting issues
This commit is contained in:
parent
f0296e2150
commit
1d89bbd59c
4 changed files with 16 additions and 18 deletions
|
|
@ -391,7 +391,7 @@ class User < ApplicationRecord
|
|||
|
||||
def mailbluster_update_email
|
||||
# FIXME: May fail if multiple saves occur in one commit
|
||||
MailblusterEditLeadJob.perform_later(self, old_email: self.saved_changes['email'][0])
|
||||
MailblusterEditLeadJob.perform_later(self, old_email: saved_changes['email'][0])
|
||||
end
|
||||
|
||||
def touch_events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue