fix usermailer
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
class UserMailer < ActionMailer::Base
|
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)
|
def dmail_notice(dmail)
|
||||||
@dmail = dmail
|
@dmail = dmail
|
||||||
|
|||||||
Reference in New Issue
Block a user