Sha256: 5dfd1c90983930fb2d98e29aef61d6409e091aeadc7ecfa3257d48e8f06c6d8e

Contents?: true

Size: 226 Bytes

Versions: 3

Compression:

Stored size: 226 Bytes

Contents

class CommentMailer < ActionMailer::Base
  default from: ComfortableMexicanLoveseat.from_email

 def admin_mention(comment)
   @comment = comment
   
   mail(to: @comment.admins.pluck(:email), subject: t('.subject'))
 end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comfortable_mexican_loveseat-0.1.1 app/mailers/comment_mailer.rb
comfortable_mexican_loveseat-0.1.0 app/mailers/comment_mailer.rb
comfortable_mexican_loveseat-0.0.23 app/mailers/comment_mailer.rb