AgileVentures/MetPlus_PETS

View on GitHub
app/jobs/notify_email_job.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method perform has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def perform(email_addresses, evt_type, *evt_obj)
    case evt_type
    when Event::EVT_TYPE[:JS_REGISTER]
      AgencyMailer.job_seeker_registered(email_addresses, evt_obj[0]).deliver_later

Severity: Minor
Found in app/jobs/notify_email_job.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status