]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/notifier.rb
Remove unused import
[rails.git] / app / models / notifier.rb
index bfcdc499e3168c9ea7ea527658ebaf00cf86f30e..40f1875be57c2b84c585caea9be75761c3bf1628 100644 (file)
@@ -1,5 +1,3 @@
-require "base64"
-
 class Notifier < ActionMailer::Base
   default :from => EMAIL_FROM,
           :return_path => EMAIL_RETURN_PATH,
 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
       EMAIL_FROM
     end
   end
-
 end
 end