From 0cf33d44aecfa204a4d73646f28a69f43e083e3f Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 23 Feb 2021 16:12:39 +0800 Subject: [PATCH] fix error --- app/controllers/asks_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/asks_controller.rb b/app/controllers/asks_controller.rb index b78afef..630b906 100644 --- a/app/controllers/asks_controller.rb +++ b/app/controllers/asks_controller.rb @@ -228,7 +228,7 @@ class AsksController < ActionController::Base } ) - OrbitMailer.set_mail(email_er.email).deliver + email_er.email.deliver end def create_params