mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
rubocop update
This commit is contained in:
parent
e7a492dde5
commit
b82ae85be2
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
class ContactMailer < ApplicationMailer
|
class ContactMailer < ApplicationMailer
|
||||||
# rubocop:disable Metrics/MethodLength
|
|
||||||
def email_updated(email, contact)
|
def email_updated(email, contact)
|
||||||
return if delivery_off?(contact)
|
return if delivery_off?(contact)
|
||||||
|
|
||||||
|
@ -24,5 +23,4 @@ class ContactMailer < ApplicationMailer
|
||||||
logger.info "EMAIL SENDING FAILED: #{email}: #{e}"
|
logger.info "EMAIL SENDING FAILED: #{email}: #{e}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
# rubocop:enable Metrics/MethodLength
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue