Fix Rubocop linting issues
This commit is contained in:
parent
d75ba79b3d
commit
58f130c132
3 changed files with 8 additions and 7 deletions
1
app/helpers/external/mailbluster_helper.rb
vendored
1
app/helpers/external/mailbluster_helper.rb
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'httparty'
|
require 'httparty'
|
||||||
|
|
||||||
module External
|
module External
|
||||||
|
|
|
||||||
|
|
@ -363,7 +363,7 @@ class User < ApplicationRecord
|
||||||
User.count == 1 && User.first.email == 'deleted@localhost.osem'
|
User.count == 1 && User.first.email == 'deleted@localhost.osem'
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO email_hash function for mailbluster
|
# TODO: email_hash function for mailbluster
|
||||||
# def email_hash
|
# def email_hash
|
||||||
# Digest::MD5.hexdigest user.email
|
# Digest::MD5.hexdigest user.email
|
||||||
# end
|
# end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue