unepwcmc/SAPI

View on GitHub
app/services/nomenclature_change/full_reassignment.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method process has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def process
    Rails.logger.debug "FULL REASSIGNMENT #{@old_taxon_concept.full_name} to #{@new_taxon_concept.full_name}"
    update_timestamp = Time.now
    update_attrs = {
      taxon_concept_id: @new_taxon_concept.id,
Severity: Minor
Found in app/services/nomenclature_change/full_reassignment.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status