]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused import
authorHerve Saint-Amand <git@saintamh.org>
Sun, 1 Jan 2017 22:33:22 +0000 (22:33 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Sun, 1 Jan 2017 22:33:22 +0000 (22:33 +0000)
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,
@@ -208,5 +206,4 @@ class Notifier < ActionMailer::Base
       EMAIL_FROM
     end
   end
-
 end