Remove unused task to send dashboard notifications
This task was "temporarily" removed in commit 7b6619528. Since that was
done three and a half years ago, right after the dashboard was
introduced, I think it's time to make this "temporary" measure a bit
more permanent ;).
This commit is contained in:
@@ -7,20 +7,6 @@ class Dashboard::Mailer < ApplicationMailer
|
||||
mail to: proposal.author.email, subject: proposal.title
|
||||
end
|
||||
|
||||
def new_actions_notification_rake_published(proposal, new_actions_ids)
|
||||
@proposal = proposal
|
||||
@new_actions = get_new_actions(new_actions_ids)
|
||||
mail to: proposal.author.email,
|
||||
subject: I18n.t("mailers.new_actions_notification_rake_published.subject")
|
||||
end
|
||||
|
||||
def new_actions_notification_rake_created(proposal, new_actions_ids)
|
||||
@proposal = proposal
|
||||
@new_actions = get_new_actions(new_actions_ids)
|
||||
mail to: proposal.author.email,
|
||||
subject: I18n.t("mailers.new_actions_notification_rake_created.subject")
|
||||
end
|
||||
|
||||
def new_actions_notification_on_create(proposal)
|
||||
@proposal = proposal
|
||||
mail to: proposal.author.email,
|
||||
|
||||
Reference in New Issue
Block a user