unepwcmc/SAPI

View on GitHub
app/serializers/species/show_taxon_concept_serializer.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class ShowTaxonConceptSerializer has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

class Species::ShowTaxonConceptSerializer < ActiveModel::Serializer
  cached
  root 'taxon_concept'
  attributes :id, :parent_id, :full_name, :author_year, :standard_references,
    :common_names, :distributions, :subspecies, :distribution_references,
Severity: Minor
Found in app/serializers/species/show_taxon_concept_serializer.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status