app/mailers/georgia/notifier.rb in georgia-0.7.3 vs app/mailers/georgia/notifier.rb in georgia-0.7.4

- old
+ new

@@ -1,9 +1,7 @@ module Georgia class Notifier < ActionMailer::Base - include SendGrid - def notify_admins(message, url) @message = message @url = url emails_to = Georgia::User.admins.map(&:email) unless emails_to.empty?