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

repository_check_mailer_preview.rb « previews « mailers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 834d7594719545504102e7bb4b88ddd3b59795e8 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class RepositoryCheckMailerPreview < ActionMailer::Preview
  def notify
    RepositoryCheckMailer.notify(3).message
  end
end