fix usermailer

This commit is contained in:
albert 2013-03-09 13:24:51 -05:00
parent e23fc28379
commit a6b76a9616

View File

@ -1,5 +1,5 @@
class UserMailer < ActionMailer::Base
default :host => Danbooru.config.server_host, :from => Danbooru.config.contact_email, :content_type => "text/html"
default :from => Danbooru.config.contact_email, :content_type => "text/html"
def dmail_notice(dmail)
@dmail = dmail