fix a bug with the notifier and attachment
This commit is contained in:
parent
d73ce4d8cf
commit
d9f25473d2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ class Notifier < ActionMailer::Base
|
||||||
|
|
||||||
default :from => APP_CONFIG[:smtp_sender_address]
|
default :from => APP_CONFIG[:smtp_sender_address]
|
||||||
|
|
||||||
ATTACHMENT = File.read("#{Rails.root}/public/images/diaspora_white_on_grey.png")
|
ATTACHMENT = File.read("#{Rails.root}/public/images/white_on_grey.png")
|
||||||
|
|
||||||
def self.admin(string, recipients, opts = {})
|
def self.admin(string, recipients, opts = {})
|
||||||
mails = []
|
mails = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue