in app/mailers/user_mailer.rb [2:6]
def account_activation(user) @user = user mail to: user.email, subject: "Account activation" end