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-1.1.0 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-1.0.1 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-1.0.0 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.16 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.15 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.14 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.13 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.12 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.11 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.10 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.9 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.8 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.7 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.6 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.5 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.4 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.3 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.1 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.16.0 app/mailer_previews/thredded/private_topic_mailer_preview.rb
thredded-0.15.5 app/mailer_previews/thredded/private_topic_mailer_preview.rb