Welcome to mirror list, hosted at ThFree Co, Russian Federation.

repository_check_mailer_preview.rb « previews « mailers « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19d4eab18054dc3cddf62a2ac1d5fde7abbdd9b1 (plain)
1
2
3
4
5
class RepositoryCheckMailerPreview < ActionMailer::Preview
  def notify
    RepositoryCheckMailer.notify(3).message
  end
end