From 1d86379a5c55d1007f002ca0505b69d43a37def6 Mon Sep 17 00:00:00 2001 From: Herve Saint-Amand Date: Sun, 1 Jan 2017 22:33:22 +0000 Subject: [PATCH] Remove unused import --- app/models/notifier.rb | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.43.2