X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b5ef2be021d84d8e05575d1569bacd3446d148db..1d86379a5c55d1007f002ca0505b69d43a37def6:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index bfcdc499e..40f1875be 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -1,5 +1,3 @@ -require "base64" - class Notifier < ActionMailer::Base default :from => EMAIL_FROM, :return_path => EMAIL_RETURN_PATH, @@ -208,5 +206,4 @@ class Notifier < ActionMailer::Base EMAIL_FROM end end - end