theodi/open-orgn-services

View on GitHub
lib/capsulecrm/send_directory_entry_to_capsule.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def self.perform(membership_id, organization, directory_entry, date)
    org = find_organization(membership_id)
    if org.nil?
      requeue(membership_id, organization, directory_entry, date)
    else
Severity: Minor
Found in lib/capsulecrm/send_directory_entry_to_capsule.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status