AjuntamentdeBarcelona/decidim-barcelona

View on GitHub
app/services/decidim/accountability/results_csv_exporter.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method export has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def export
        results = Decidim::Accountability::Result
                  .where(component: @component)
                  .includes(:category, :resource_links_from, :resource_links_to)
                  .order(:id)
Severity: Minor
Found in app/services/decidim/accountability/results_csv_exporter.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status