Fix more hound warnings

This commit is contained in:
decabeza
2019-03-27 15:22:14 +01:00
parent e5bff01027
commit 91be3cf775
54 changed files with 776 additions and 476 deletions

View File

@@ -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