1 2 3
class UserMailer < ActionMailer::Base def signup_notification(user) ...
I have to call the setup_em...
I have to call the setup_em...