Fix typo

parent 2721694d
...@@ -4,6 +4,6 @@ class Admin::EmailsController < Admin::ApplicationController ...@@ -4,6 +4,6 @@ class Admin::EmailsController < Admin::ApplicationController
def create def create
AdminEmailsWorker.perform_async(params[:recipients], params[:subject], params[:body]) AdminEmailsWorker.perform_async(params[:recipients], params[:subject], params[:body])
redirect_to admin_email_path, notice: 'Email send' redirect_to admin_email_path, notice: 'Email sent'
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment