Sha256: ab3cb15a3f5b21f5122ecd7650b7cc46dcf48e6db09a6696df5b4f34afdf5c4e

Contents?: true

Size: 229 Bytes

Versions: 2

Compression:

Stored size: 229 Bytes

Contents

class CommentMailer < ActionMailer::Base
  default from: ComfortableMexicanSofa.config.from_email

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
comfortable_mexican_loveseat-0.0.22 app/mailers/comment_mailer.rb
comfortable_mexican_loveseat-0.0.21 app/mailers/comment_mailer.rb