Adds button to send pending proposal notifications
This commit is contained in:
@@ -31,7 +31,7 @@ class Admin::SystemEmailsController < Admin::BaseController
|
||||
end
|
||||
|
||||
def send_pending
|
||||
Notification.send_pending
|
||||
Notification.delay.send_pending
|
||||
|
||||
flash[:notice] = t("admin.system_emails.preview_pending.send_pending_notification")
|
||||
redirect_to admin_system_emails_path
|
||||
|
||||
Reference in New Issue
Block a user