Fix more hound warnings
This commit is contained in:
@@ -11,6 +11,7 @@ class Dashboard::MailingController < Dashboard::BaseController
|
||||
authorize! :manage_mailing, proposal
|
||||
|
||||
Dashboard::Mailer.forward(proposal).deliver_later
|
||||
redirect_to new_proposal_dashboard_mailing_path(proposal), flash: { notice: t("dashboard.mailing.create.sent") }
|
||||
redirect_to new_proposal_dashboard_mailing_path(proposal),
|
||||
flash: { notice: t("dashboard.mailing.create.sent") }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user