TeaWithStrangers/tws-on-rails

View on GitHub
app/mailers/tea_time_mailer.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method followup has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def followup(tea_time_id, attendances, status)
    sendgrid_category "Tea Time Post-Attendance Followup: #{status}"

    @tea_time = TeaTime.find(tea_time_id)

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

    There are no issues that match your filters.

    Category
    Status