fiedl/your_platform

View on GitHub
app/mailers/comment_mailer.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method comment_email has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def comment_email(post:, recipient:)
    @subject = post.title
    @post_url = post_url(post)
    @current_user = recipient

Severity: Minor
Found in app/mailers/comment_mailer.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status