Sha256: 453a983dc9e0a97605f90b210b022643bd56d86297ecf6dd8f86c0fb713b98ae

Contents?: true

Size: 360 Bytes

Versions: 36

Compression:

Stored size: 360 Bytes

Contents

# frozen_string_literal: true

module Thredded
  # Previews for the PrivateTopicMailer
  class PrivateTopicMailerPreview < BaseMailerPreview
    def message_notification
      PrivateTopicMailer.message_notification(
        mock_private_post(content: mock_content(mention_users: ['glebm'])),
        %w[glebm@test.com joel@test.com]
      )
    end
  end
end

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
thredded-0.15.4 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.15.3 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.15.2 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.15.1 app/mailer_previews/thredded/private_topic_mailer_preview.rb
threddedDANIEL-0.14.5 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.14.4 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.14.3 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.14.2 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.14.1 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.14.0 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.13.8 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.13.7 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.13.6 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.13.5 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.13.4 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.13.3 app/mailer_previews/thredded/private_topic_mailer_preview.rb