rubocop update

This commit is contained in:
Priit Tark 2015-07-28 21:47:57 +03:00
parent e7a492dde5
commit b82ae85be2

View file

@ -1,5 +1,4 @@
class ContactMailer < ApplicationMailer
# rubocop:disable Metrics/MethodLength
def email_updated(email, contact)
return if delivery_off?(contact)
@ -24,5 +23,4 @@ class ContactMailer < ApplicationMailer
logger.info "EMAIL SENDING FAILED: #{email}: #{e}"
end
end
# rubocop:enable Metrics/MethodLength
end