Fix UserMailer to work in 1.8 mode

openid
Marcin Kulik 13 years ago
parent ea11733882
commit 4b707884ab

@ -1,5 +1,5 @@
class UserMailer < ActionMailer::Base
default from: "ascii.io <hello@ascii.io>"
default :from => "ascii.io <hello@ascii.io>"
def new_comment_email(user, comment)
@comment = comment

Loading…
Cancel
Save