sends out an email for each new user added
def after_create
NotificationMailer.deliver_new_user_notification(@user)
end
Pastie
Support Pastie
or read my
Pastie << self
blog
sends out an email for each new user added
def after_create
NotificationMailer.deliver_new_user_notification(@user)
end