gitlab-org--gitlab-foss/app/mailers/previews/repository_check_mailer_pre...

8 lines
157 B
Ruby

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